We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0dbe1c commit eb53ce2Copy full SHA for eb53ce2
S02-literals/adverbs.t
@@ -22,6 +22,7 @@ plan 34;
22
is-deeply (:&a), (a => &a), ":&a works";
23
is-deeply (:42nd), (nd => 42), "Basic numeric adverb works";
24
#?rakudo.jvm todo 'RT #128306'
25
+ #?rakudo.js todo 'unimplemented unicody thing'
26
is-deeply (:๔߂nd), (nd => 42), "Unicode numeric adverb works"; # RT #128306
27
throws-like { EVAL ':69th($_)' },
28
X::Comp,
0 commit comments