Skip to content

Commit eb53ce2

Browse files
committed
[js] Fudge unicody stuff
1 parent f0dbe1c commit eb53ce2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S02-literals/adverbs.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ plan 34;
2222
is-deeply (:&a), (a => &a), ":&a works";
2323
is-deeply (:42nd), (nd => 42), "Basic numeric adverb works";
2424
#?rakudo.jvm todo 'RT #128306'
25+
#?rakudo.js todo 'unimplemented unicody thing'
2526
is-deeply (:๔߂nd), (nd => 42), "Unicode numeric adverb works"; # RT #128306
2627
throws-like { EVAL ':69th($_)' },
2728
X::Comp,

0 commit comments

Comments
 (0)