commit | 4e4a4403205db46f1ef0590e98dc814a38d2ea63 | [log] [tgz] |
---|---|---|
author | M. J. Fromberger <michael.j.fromberger@gmail.com> | Tue Jan 05 09:57:35 2016 -0800 |
committer | M. J. Fromberger <michael.j.fromberger@gmail.com> | Tue Jan 05 09:57:35 2016 -0800 |
tree | 2136c65be7b0cc3476718a1368faf98d800cfab3 | |
parent | c211d46f0360a3060aa6dc92b3c5627f6ce17e41 [diff] |
Add another round-trip test.
diff --git a/shell_test.go b/shell_test.go index 2559a49..d17204c 100644 --- a/shell_test.go +++ b/shell_test.go
@@ -108,6 +108,7 @@ {"--flag=value"}, {"m='$USER'", "nop+", "$$"}, {`"a" b `, "c"}, + {"odd's", "bodkins", "x'", "x''", "x\"\"", "$x':y"}, {"a=b", "--foo", "${bar}", `\$`}, {"cat", "a${b}.txt", "|", "tee", "capture", "2>", "/dev/null"}, }