Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rakudo unfudges for :sigspace
  • Loading branch information
moritz committed Feb 13, 2012
1 parent 80ceab7 commit 8878fb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S05-modifier/sigspace.t
Expand Up @@ -16,7 +16,6 @@ plan 11;
ok(!( "abc def" ~~ m/abc def/ ), 'Literal space nonmatch' );
ok( "abcdef" ~~ m/abc def/, 'Nonspace match' );
ok( "abc def" ~~ m:s/abc def/, 'Word space match' );
#?rakudo 2 todo 'unknown'
ok( "abc\ndef" ~~ m:sigspace/abc def/, 'Word newline match' );
ok(!( "abcdef" ~~ m:sigspace/abc def/ ), 'Word nonspace nonmatch' );
ok( "abc def" ~~ m:sigspace/abc <.ws> def/, 'Word explicit space match');
Expand Down

0 comments on commit 8878fb2

Please sign in to comment.