Skip to content

Commit

Permalink
[jvm] Fudge two newly added Unicdoe tests
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Nov 30, 2017
1 parent eda5911 commit 98d3743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S05-mass/properties-general.t
Expand Up @@ -829,7 +829,9 @@ is ' ' ~~ m/<:White_Space>+/, ' ', '<:White_Space> matches space in regex';
# https://github.com/MoarVM/MoarVM/issues/521
is '' ~~ m/<alpha>/, '', '<alpha> matches alphabetics which are not Letters';

#?rakudo.jvm todo 'got (Nil)'
is 0x00B2.chr ~~ /<:Digit>/, 0x00B2.chr, "Digit matches Numeric_Type=Digit";
nok "a" ~~ /<:Digit>/, "Digit doesn't match normal letters";
#?rakudo.jvm todo 'Digit matches things with property value Decimal'
nok "9" ~~ /<:Digit>/, "Digit doesn't match things with property value Decimal";
# vim: ft=perl6

0 comments on commit 98d3743

Please sign in to comment.