compare media example (exiftool, ffprobe)
[barcat.git] / t / examples.t
index c5648ad06c1b2bec403a211146811662282b1f7e..874b94adbdcccb783fd735f4120ff17b7533c791 100755 (executable)
@@ -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