Skip to content

Commit 0e9b3e5

Browse files
committed
rakudo unfudges
1 parent c0878ca commit 0e9b3e5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

S19-command-line/dash-e.t

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ is_run $x, :args['-e', 'print q[Moin]'],
1414
},
1515
'-e print $something works';
1616

17-
#?rakudo todo 'nom regression'
1817
is_run $x, :args['-e', "print q[\c[LATIN SMALL LETTER A WITH DOT ABOVE]]"],
1918
{
2019
out => "\c[LATIN SMALL LETTER A WITH DOT ABOVE]",
@@ -23,8 +22,7 @@ is_run $x, :args['-e', "print q[\c[LATIN SMALL LETTER A WITH DOT ABOVE]]"],
2322
},
2423
'-e print $something works with non-ASCII string literals';
2524

26-
#?rakudo todo 'nom regression'
27-
is_run $x, :args['-e', 'print <1 2> »+« <1 1>'],
25+
is_run $x, :args['-e', 'print <1 2> »+« <1 1>'],
2826
{
2927
out => "23",
3028
err => '',

0 commit comments

Comments
 (0)