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.
1 file changed
tree: 50d5417709240fa435669833d17a523d7bce0e1b
  1. go.mod
  2. LICENSE
  3. README.md
  4. shell.go
  5. shell_test.go
README.md

shell

http://godoc.org/bitbucket.org/creachadair/shell

The shell package implements basic shell command-line splitting.