Skip to content

Commit 26aa7da

Browse files
committed
Fix clash of quoter char with path separator
1 parent 53eef69 commit 26aa7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S02-literals/quoting.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ ok qq:to/EOF/ ~~ /\t/, '\t in heredoc does not turn into spaces';
652652
}
653653
654654
{
655-
is_run 'qx/' ~ $*EXECUTABLE ~ ' -e 42.note/',
655+
is_run 'qx=' ~ $*EXECUTABLE ~ ' -e 42.note=',
656656
{:err("42\n"), :out(''), :0status}, 'qx passes STDERR through';
657657
}
658658

0 commit comments

Comments
 (0)