X-Git-Url: http://git.shiar.nl/barcat.git/blobdiff_plain/0935cd21e4d1d880eb12038ac7ad9b57419c14b2..bad38f691ec8cebb02f3d63292f28dd9d9f21cb9:/t/examples.t diff --git a/t/examples.t b/t/examples.t index c5648ad..874b94a 100755 --- a/t/examples.t +++ b/t/examples.t @@ -34,6 +34,7 @@ while (readline $input) { s/\\\n\s*//g; # line continuations s/^[(\h]+//; # subshell s/^echo\ .*?\|\s*//; # preceding input + s/'(\S+)[^']*'/$1/g; # quoted arguments s/\|.*//; # subsequent pipes s/^cat\ //; # local file s/^curl\ // and do { # remote url