| OLD | NEW |
| 1 {'_DEPTH': '.', | 1 {'_DEPTH': '.', |
| 2 'included_files': ['commands.gyp', 'commands.gypi'], | 2 'included_files': ['commands.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 'configurations': {'Default': {}}, | 10 'configurations': {'Default': {}}, |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 'default_str%': 'my_str', | 54 'default_str%': 'my_str', |
| 55 'included_variable': 'XYZ', | 55 'included_variable': 'XYZ', |
| 56 'letters_list': 'ABCD', | 56 'letters_list': 'ABCD', |
| 57 'negative_int': '-15', | 57 'negative_int': '-15', |
| 58 'not_int_1': ' 10', | 58 'not_int_1': ' 10', |
| 59 'not_int_2': '11 ', | 59 'not_int_2': '11 ', |
| 60 'not_int_3': '012', | 60 'not_int_3': '012', |
| 61 'not_int_4': '13.0', | 61 'not_int_4': '13.0', |
| 62 'not_int_5': '+14', | 62 'not_int_5': '+14', |
| 63 'other_letters': 'ABCDEFG', | 63 'other_letters': 'ABCDEFG', |
| 64 'pi': 'import math; print math.pi', | 64 'pi': 'import math; print(math.pi)', |
| 65 'third_letters': 'ABCDEFGHIJK', | 65 'third_letters': 'ABCDEFGHIJK', |
| 66 'zero_int': '0'}} | 66 'zero_int': '0'}} |
| OLD | NEW |