Skip to content

Commit aa03827

Browse files
committed
Link to RT #122285
(this makes it easier to skip these emit lines when looking for TODOs)
1 parent 75cd875 commit aa03827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S02-literals/listquote-whitespace.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ for @nonseparators -> $sep {
5353
my @res = EVAL $str;
5454

5555
my $vis = sprintf "%02x", ord $sep;
56-
#?rakudo emit if $sep eq "\xa0" {
56+
#?rakudo emit if $sep eq "\xa0" { "RT #122285";
5757
#?rakudo emit todo('\xa0 should not be a separator for list quotes: RT #122285');
58-
#?rakudo emit };
58+
#?rakudo emit }; "RT #122285";
5959
#?niecza emit if $sep eq "\xa0" {
6060
#?niecza emit todo('\xa0 should not be a separator for list quotes: RT #122285');
6161
#?niecza emit };

0 commit comments

Comments
 (0)