Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pugs fudge
  • Loading branch information
coke committed May 10, 2013
1 parent dc63e3d commit 1b01fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S05-mass/properties-general.t
Expand Up @@ -23,6 +23,7 @@ plan 596;
ok 'a' ~~ /<:L>/, 'a is a letter';
# RT #117889
nok '' ~~ /<:L>/, 'empty string has no letter';
#?pugs todo
ok("\x[846D]" ~~ m/^<:L>$/, q{Match <:L> (Letter)} );
ok(!( "\x[846D]" ~~ m/^<:!L>$/ ), q{Don't match negated <L> (Letter)} );
ok(!( "\x[846D]" ~~ m/^<-:L>$/ ), q{Don't match inverted <L> (Letter)} );
Expand Down

0 comments on commit 1b01fdd

Please sign in to comment.