Skip to content

Commit 3b36aad

Browse files
committed
fix fudging syntax error
1 parent 11ec63a commit 3b36aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S19-command-line/dash-e.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ is_run $x, :args['-e', 'print <1 2> »+« <1 1>'],
3131
},
3232
'-e works with non-ASCII program texts';
3333

34-
#?rakudo skip -e as stopper doesn't work quite yet.
34+
#?rakudo skip "-e as stopper doesn't work quite yet."
3535
is_run $x, :args['-e', 'say @*ARGS', '-e=foo'],
3636
{
3737
out => "-e=foo",

0 commit comments

Comments
 (0)