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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/variables/commands/commands.gypd.golden
===================================================================
--- test/variables/commands/commands.gypd.golden (revision 1106)
+++ test/variables/commands/commands.gypd.golden (working copy)
@@ -22,7 +22,9 @@
'var16': '+14',
'var17': '-15',
'var18': '0',
+ 'var19': ['samplepathfoo.cpp'],
'var2': '3.14159265359 ABCD',
+ 'var20': 'sample\\path\\foo.cpp',
'var3': 'ABCD',
'var4': 'ABCD',
'var5': 'letters_',
« 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