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 75cd875 commit aa03827Copy full SHA for aa03827
S02-literals/listquote-whitespace.t
@@ -53,9 +53,9 @@ for @nonseparators -> $sep {
53
my @res = EVAL $str;
54
55
my $vis = sprintf "%02x", ord $sep;
56
- #?rakudo emit if $sep eq "\xa0" {
+ #?rakudo emit if $sep eq "\xa0" { "RT #122285";
57
#?rakudo emit todo('\xa0 should not be a separator for list quotes: RT #122285');
58
- #?rakudo emit };
+ #?rakudo emit }; "RT #122285";
59
#?niecza emit if $sep eq "\xa0" {
60
#?niecza emit todo('\xa0 should not be a separator for list quotes: RT #122285');
61
#?niecza emit };
0 commit comments