File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ plan 5;
9
9
is ' .a-' ~~ /<:Letter > /, ' a' , ' a letter' ;
10
10
is ' .a-' ~~ /<:!Letter > /, ' .' , ' a non-letter' ;
11
11
12
+ # ?rakudo.jvm 3 skip 'matching charnames in unicode property pair'
12
13
# Properties with arguments are passed as the argument to the pair:
13
14
is ' flubber¼½worms' ~~ /<:NumericValue (0 ^.. ^ 1 )>+ /, ' ¼½' , ' the char has a proper fractional value' ;
14
15
15
16
# As a particular case of smartmatching, TR18 section 2.6 is satisfied with a pattern as the argument:
16
- # ?rakudo.jvm 2 todo 'matching charnames in unicode property pair'
17
17
is ' FooBar' ~~ /<:name (/:s LATIN SMALL LETTER /)>+ /, ' oo' , ' match character names' ;
18
18
is ' FooBar' ~~ /<:Name (/:s LATIN CAPITAL LETTER /)>+ /, ' F' , ' match character names' ;
19
19
You can’t perform that action at this time.
0 commit comments