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

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
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': ['sample\\path\\foo.cpp'],
'var2': '3.14159265359 ABCD',
+ 'var20': 'sample\\path\\foo.cpp',
'var3': 'ABCD',
'var4': 'ABCD',
'var5': 'letters_',

Powered by Google App Engine
This is Rietveld 408576698