[svn:parrot] r40979 - trunk/t/compilers/pge/perl6regex
pmichaud at svn.parrot.org
pmichaud at svn.parrot.org
Fri Sep 4 21:48:08 UTC 2009
Author: pmichaud
Date: Fri Sep 4 21:48:06 2009
New Revision: 40979
URL: https://trac.parrot.org/parrot/changeset/40979
Log:
[pge]: typo in test description noticed by masak++
Modified:
trunk/t/compilers/pge/perl6regex/rx_quantifiers
Modified: trunk/t/compilers/pge/perl6regex/rx_quantifiers
==============================================================================
--- trunk/t/compilers/pge/perl6regex/rx_quantifiers Fri Sep 4 21:16:10 2009 (r40978)
+++ trunk/t/compilers/pge/perl6regex/rx_quantifiers Fri Sep 4 21:48:06 2009 (r40979)
@@ -204,7 +204,7 @@
^\w+ ** ','$ foo,bar,baz y ** with a term
^\w+ **? ',' ....$ foo,bar,baz y **? with a term
-^\w+ **[','\s*]$ foo, bar, baz y **? with term + ws
-:sigspace ^\w+ ** ',' $ foo, bar ,baz y **? under :sigspace
-:sigspace ^\w+**',' $ foo, bar ,baz n **? under :sigspace w/o ws
-:sigspace ^\w+**',' $ foo,bar,baz y **? under :sigspace w/o ws
+^\w+ **[','\s*]$ foo, bar, baz y ** with term + ws
+:sigspace ^\w+ ** ',' $ foo, bar ,baz y ** under :sigspace
+:sigspace ^\w+**',' $ foo, bar ,baz n ** under :sigspace w/o ws
+:sigspace ^\w+**',' $ foo,bar,baz y ** under :sigspace w/o ws
More information about the parrot-commits
mailing list