Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge passing tests for rakudo.jvm
  • Loading branch information
usev6 committed May 9, 2015
1 parent a5397a6 commit c9e7946
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions S05-mass/properties-derived.t
Expand Up @@ -164,7 +164,6 @@ ok("\c[ARABIC-INDIC DIGIT ZERO]" ~~ m/^<-:NoncharacterCodePoint>$/, q{Match rela

# OtherAlphabetic

#?rakudo.jvm 35 skip "isOther* NYI RT #124875"
ok("\c[COMBINING GREEK YPOGEGRAMMENI]" ~~ m/^<:OtherAlphabetic>$/, q{Match <:OtherAlphabetic>} );
ok(!( "\c[COMBINING GREEK YPOGEGRAMMENI]" ~~ m/^<:!OtherAlphabetic>$/ ), q{Don't match negated <OtherAlphabetic>} );
ok(!( "\c[COMBINING GREEK YPOGEGRAMMENI]" ~~ m/^<-:OtherAlphabetic>$/ ), q{Don't match inverted <OtherAlphabetic>} );
Expand Down Expand Up @@ -282,7 +281,6 @@ ok("\x[3C9D]\c[EXCLAMATION MARK]" ~~ m/<:TerminalPunctuation>/, q{Match unanchor
ok("\x[7896]" ~~ m/^<:UnifiedIdeograph>$/, q{Match <:UnifiedIdeograph>} );
ok(!( "\x[7896]" ~~ m/^<:!UnifiedIdeograph>$/ ), q{Don't match negated <UnifiedIdeograph>} );
ok(!( "\x[7896]" ~~ m/^<-:UnifiedIdeograph>$/ ), q{Don't match inverted <UnifiedIdeograph>} );
#?rakudo.jvm 3 skip 'icu RT #124877'
#?niecza 3 todo
ok(!( "\x[4DFF]" ~~ m/^<:UnifiedIdeograph>$/ ), q{Don't match unrelated <UnifiedIdeograph>} );
ok("\x[4DFF]" ~~ m/^<:!UnifiedIdeograph>$/, q{Match unrelated negated <UnifiedIdeograph>} );
Expand Down Expand Up @@ -383,7 +381,6 @@ ok("\x[C709]" ~~ m/<:Any>/, q{Match unanchored (Any character)} );
# Assigned # Any non-Cn character (i.e. synonym for \P{Cn})


#?rakudo.jvm 7 skip 'isAssigned NYI RT #124881'
ok("\x[C99D]" ~~ m/^<:Assigned>$/, q<Match (Any non-Cn character (i.e. synonym for \P{Cn}))> );
ok(!( "\x[C99D]" ~~ m/^<:!Assigned>$/ ), q<Don't match negated (Any non-Cn character (i.e. synonym for \P{Cn}))> );
ok(!( "\x[C99D]" ~~ m/^<-:Assigned>$/ ), q<Don't match inverted (Any non-Cn character (i.e. synonym for \P{Cn}))> );
Expand Down

0 comments on commit c9e7946

Please sign in to comment.