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

Unified Diff: test/win/command-quote/bat with spaces.bat

Issue 10269018: ninja windows: handle more cases in program quoting (Closed) Base URL: https://gyp.googlecode.com/svn/trunk
Patch Set: additional test, add missing file Created 8 years, 8 months 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/win/command-quote/a.S ('k') | test/win/command-quote/command-quote.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/command-quote/bat with spaces.bat
diff --git a/test/win/command-quote/bat with spaces.bat b/test/win/command-quote/bat with spaces.bat
new file mode 100644
index 0000000000000000000000000000000000000000..dc3508f9a9e06213bd57398a54ded7a7650a39b5
--- /dev/null
+++ b/test/win/command-quote/bat with spaces.bat
@@ -0,0 +1,7 @@
+@echo off
+
+:: Copyright (c) 2012 Google Inc. All rights reserved.
+:: Use of this source code is governed by a BSD-style license that can be
+:: found in the LICENSE file.
+
+copy %1 %2
« no previous file with comments | « test/win/command-quote/a.S ('k') | test/win/command-quote/command-quote.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698