| OLD | NEW |
| 1 {'_DEPTH': '.', | 1 {'_DEPTH': '.', |
| 2 'included_files': ['commands-repeated.gyp', 'commands.gypi'], | 2 'included_files': ['commands-repeated.gyp', 'commands.gypi'], |
| 3 'targets': [{'actions': [{'action': ['echo', | 3 'targets': [{'actions': [{'action': ['echo', |
| 4 '"3.14159265359 ABCD"', | 4 '"3.14159265359 ABCD"', |
| 5 'ABCD letters_list'], | 5 'ABCD letters_list'], |
| 6 'action_name': 'test_action', | 6 'action_name': 'test_action', |
| 7 'inputs': ['3.14159265359 ABCD'], | 7 'inputs': ['3.14159265359 ABCD'], |
| 8 'outputs': ['ABCD', 'letters_list'], | 8 'outputs': ['ABCD', 'letters_list'], |
| 9 'variables': {'var7': 'letters_list'}}, | 9 'variables': {'var7': 'letters_list'}}, |
| 10 {'action': ['echo', | 10 {'action': ['echo', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'default_str%': 'my_str', | 65 'default_str%': 'my_str', |
| 66 'included_variable': 'XYZ', | 66 'included_variable': 'XYZ', |
| 67 'letters_list': 'ABCD', | 67 'letters_list': 'ABCD', |
| 68 'negative_int': '-15', | 68 'negative_int': '-15', |
| 69 'not_int_1': ' 10', | 69 'not_int_1': ' 10', |
| 70 'not_int_2': '11 ', | 70 'not_int_2': '11 ', |
| 71 'not_int_3': '012', | 71 'not_int_3': '012', |
| 72 'not_int_4': '13.0', | 72 'not_int_4': '13.0', |
| 73 'not_int_5': '+14', | 73 'not_int_5': '+14', |
| 74 'other_letters': 'ABCDEFG', | 74 'other_letters': 'ABCDEFG', |
| 75 'pi': 'import math; print math.pi', | 75 'pi': 'import math; print(math.pi)', |
| 76 'third_letters': 'ABCDEFGHIJK', | 76 'third_letters': 'ABCDEFGHIJK', |
| 77 'zero_int': '0'}} | 77 'zero_int': '0'}} |
| OLD | NEW |