Skip to content

Commit 2126474

Browse files
committed
Extend scope of fudging, use 'skip' instead of 'todo'
1 parent 19da7de commit 2126474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S05-metasyntax/unicode-property-pair.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ plan 5;
99
is '.a-' ~~ /<:Letter>/, 'a', 'a letter';
1010
is '.a-' ~~ /<:!Letter>/, '.', 'a non-letter';
1111

12+
#?rakudo.jvm 3 skip 'matching charnames in unicode property pair'
1213
# Properties with arguments are passed as the argument to the pair:
1314
is 'flubber¼½worms' ~~ /<:NumericValue(0 ^..^ 1)>+/, '¼½', 'the char has a proper fractional value';
1415

1516
# 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'
1717
is 'FooBar' ~~ /<:name(/:s LATIN SMALL LETTER/)>+/, 'oo', 'match character names';
1818
is 'FooBar' ~~ /<:Name(/:s LATIN CAPITAL LETTER/)>+/, 'F', 'match character names';
1919

0 commit comments

Comments
 (0)