[svn:parrot] r44357 - trunk/t/library

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Feb 23 02:21:09 UTC 2010


Author: mikehh
Date: Tue Feb 23 02:21:08 2010
New Revision: 44357
URL: https://trac.parrot.org/parrot/changeset/44357

Log:
fix failing test - trailing whitespace is required

Modified:
   trunk/t/library/getopt_obj.t

Modified: trunk/t/library/getopt_obj.t
==============================================================================
--- trunk/t/library/getopt_obj.t	Tue Feb 23 02:17:31 2010	(r44356)
+++ trunk/t/library/getopt_obj.t	Tue Feb 23 02:21:08 2010	(r44357)
@@ -358,7 +358,7 @@
 .end
 CODE
 foo is 1
-bar is
+bar is 
 argv[0] is --bar
 OUT
 
@@ -406,7 +406,7 @@
 .end
 CODE
 foo is 1
-bar is
+bar is 
 argv[0] is foo
 argv[1] is --bar
 OUT
@@ -459,8 +459,8 @@
 
 .end
 CODE
-foo is
-f is
+foo is 
+f is 
 b is bar
 OUT
 
@@ -642,7 +642,7 @@
 foo is file
 bar is file.txt
 bax is file.t
-baz is
+baz is 
 I[0] is texta
 I[1] is textb
 define[foo] is bar


More information about the parrot-commits mailing list