jdk/test/tools/launcher/Arrrghs.java
changeset 15523 cc0ee864bfb5
parent 14763 c16fa130fa23
child 17714 04271182b2c1
--- a/jdk/test/tools/launcher/Arrrghs.java	Fri Feb 01 06:51:37 2013 +0000
+++ b/jdk/test/tools/launcher/Arrrghs.java	Fri Feb 01 07:25:51 2013 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -309,6 +309,7 @@
         checkArgumentParsing("../../*", "../../*");
         checkArgumentParsing("..\\..\\", "..\\..\\");
         checkArgumentParsing("../../", "../../");
+        checkArgumentParsing("a b\\ c", "a", "b\\", "c");
     }
 
     private void initEmptyDir(File emptyDir) throws IOException {