Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Todo a (recently added) test we bogusly passed.
  • Loading branch information
jnthn committed Apr 24, 2015
1 parent 2123b88 commit 907e841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S15-nfg/regex.t
Expand Up @@ -22,6 +22,7 @@ plan 12;
nok $x ~~ /<[Dd]>/, 'Do not have accidents involving enumerated char class and base char';
nok $x ~~ /<[\x1E0C\x1E0D]>/, 'Do not have accidents involving enumerated char class and NFC';
nok $x ~~ /<[D..d]>/, 'Do not have accidents involving range char class and base char';
#?rakudo todo 'charrange bugginess with synthetics'
nok $x ~~ /<[\x1E0C..\x1E0D]>/, 'Do not have accidents involving range char class and NFC';

# Character properties work on the base character.
Expand Down

0 comments on commit 907e841

Please sign in to comment.