commit | 770891e827f86a200e5b53e2353ac63b1c3851c7 | [log] [tgz] |
---|---|---|
author | M. J. Fromberger <michael.j.fromberger@gmail.com> | Sat Dec 01 09:07:00 2018 -0800 |
committer | M. J. Fromberger <michael.j.fromberger@gmail.com> | Sat Dec 01 09:07:00 2018 -0800 |
tree | 50d5417709240fa435669833d17a523d7bce0e1b | |
parent | d1f7d07f50f1fdcfd7ebea2566176055729c48b6 [diff] |
Add unit test cases for quoted characters. Commit d1f7d07f fixed a bug where one of the special characters requiring quotation (by the standard) was not included in the quotation list. Add a test to verify that all those characters get properly quoted. This would not fix the absence of another one, but at least ensures we get coverage when more are added.
http://godoc.org/bitbucket.org/creachadair/shell
The shell
package implements basic shell command-line splitting.