Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(707)

Side by Side Diff: test/variables/commands/commands.gypd.golden

Issue 8937016: Add a test for escaping of backslashes in list expansion (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/variables/commands/commands.gyp.ignore-env.stdout ('k') | test/variables/commands/test.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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': {}},
11 'default_configuration': 'Default', 11 'default_configuration': 'Default',
12 'target_name': 'foo', 12 'target_name': 'foo',
13 'toolset': 'target', 13 'toolset': 'target',
14 'type': 'none', 14 'type': 'none',
15 'variables': {'var1': '3.14159265359', 15 'variables': {'var1': '3.14159265359',
16 'var10': '7 8 9', 16 'var10': '7 8 9',
17 'var11': ['7', '8', '9'], 17 'var11': ['7', '8', '9'],
18 'var12': ' 10', 18 'var12': ' 10',
19 'var13': '11 ', 19 'var13': '11 ',
20 'var14': '012', 20 'var14': '012',
21 'var15': '13.0', 21 'var15': '13.0',
22 'var16': '+14', 22 'var16': '+14',
23 'var17': '-15', 23 'var17': '-15',
24 'var18': '0', 24 'var18': '0',
25 'var19': ['samplepathfoo.cpp'],
25 'var2': '3.14159265359 ABCD', 26 'var2': '3.14159265359 ABCD',
27 'var20': 'sample\\path\\foo.cpp',
26 'var3': 'ABCD', 28 'var3': 'ABCD',
27 'var4': 'ABCD', 29 'var4': 'ABCD',
28 'var5': 'letters_', 30 'var5': 'letters_',
29 'var6': 'list', 31 'var6': 'list',
30 'var7': '5', 32 'var7': '5',
31 'var8': '5blah', 33 'var8': '5blah',
32 'var9': '6'}}, 34 'var9': '6'}},
33 {'configurations': {'Default': {}}, 35 {'configurations': {'Default': {}},
34 'default_configuration': 'Default', 36 'default_configuration': 'Default',
35 'target_name': 'dummy', 37 'target_name': 'dummy',
36 'toolset': 'target', 38 'toolset': 'target',
37 'type': 'none'}], 39 'type': 'none'}],
38 'variables': {'check_included': 'XYZ', 40 'variables': {'check_included': 'XYZ',
39 'check_int': '5', 41 'check_int': '5',
40 'check_list_int': ['7', '8', '9'], 42 'check_list_int': ['7', '8', '9'],
41 'check_lists': ['XYZ', 'ABCDEFGHIJK'], 43 'check_lists': ['XYZ', 'ABCDEFGHIJK'],
42 'check_str_int': '6', 44 'check_str_int': '6',
43 'included_variable': 'XYZ', 45 'included_variable': 'XYZ',
44 'letters_list': 'ABCD', 46 'letters_list': 'ABCD',
45 'negative_int': '-15', 47 'negative_int': '-15',
46 'not_int_1': ' 10', 48 'not_int_1': ' 10',
47 'not_int_2': '11 ', 49 'not_int_2': '11 ',
48 'not_int_3': '012', 50 'not_int_3': '012',
49 'not_int_4': '13.0', 51 'not_int_4': '13.0',
50 'not_int_5': '+14', 52 'not_int_5': '+14',
51 'other_letters': 'ABCDEFG', 53 'other_letters': 'ABCDEFG',
52 'pi': 'import math; print math.pi', 54 'pi': 'import math; print math.pi',
53 'third_letters': 'ABCDEFGHIJK', 55 'third_letters': 'ABCDEFGHIJK',
54 'zero_int': '0'}} 56 'zero_int': '0'}}
OLDNEW
« no previous file with comments | « test/variables/commands/commands.gyp.ignore-env.stdout ('k') | test/variables/commands/test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698