Skip to content

Commit

Permalink
Revert "[S19-command-line/dash-e.t] fudged for rakudo"
Browse files Browse the repository at this point in the history
This reverts commit 4cfafd6.
  • Loading branch information
Carl Masak committed Mar 24, 2012
1 parent ca63a93 commit 47b0ce4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S19-command-line/dash-e.t
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ is_run $x, :args['-e', 'print q[Moin]'],
},
'-e print $something works';

#?rakudo todo 'regression: something with encodings?'
is_run $x, :args['-e', "print q[\c[LATIN SMALL LETTER A WITH DOT ABOVE]]"],
{
out => "\c[LATIN SMALL LETTER A WITH DOT ABOVE]",
Expand All @@ -23,7 +22,6 @@ is_run $x, :args['-e', "print q[\c[LATIN SMALL LETTER A WITH DOT ABOVE]]"],
},
'-e print $something works with non-ASCII string literals';

#?rakudo todo 'regression: something with encodings?'
is_run $x, :args['-e', 'print <1 2> »+« <1 1>'],
{
out => "23",
Expand Down

0 comments on commit 47b0ce4

Please sign in to comment.