Skip to content

Commit

Permalink
Add RT #130483 to this todo in properties-general.t
Browse files Browse the repository at this point in the history
  • Loading branch information
samcv committed Jan 5, 2017
1 parent 1db2fc7 commit f292cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S05-mass/properties-general.t
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ ok("\c[DEVANAGARI VOWEL SIGN AU]\c[SYRIAC ABBREVIATION MARK]" ~~ m/<:Format>/, q
is $ascii-chars.comb(/<:ascii>+/).join(""), $ascii-chars, 'ascii chars';

is 'abc' ~~ /<:alpha>+/, 'abc', 'alpha chars';
#?rakudo.moar todo "Possible bug in NQP where <:space> does not match, because it checks property VALUES before checking Bool property names"
#?rakudo.moar todo "RT #130483 Possible bug in NQP where <:space> does not match, because it checks property VALUES before checking Bool property names"
is ' ' ~~ /<:space>+/, ' ', 'space chars';

is $latin-chars.comb(/<:cntrl>/)>>.ord.join(","), (flat 0..31, 127..159).join(","), 'cntrl chars';
Expand Down

0 comments on commit f292cec

Please sign in to comment.