diff --git a/tests/21_parsing.tush b/tests/21_parsing.tush index 06acff3..f757476 100644 --- a/tests/21_parsing.tush +++ b/tests/21_parsing.tush @@ -54,6 +54,16 @@ $ cd "$MYDIR"; ./$MAKESURE -f tests/21_parsing_quoting.sh -d | 'goal&c' | default +$ cd "$MYDIR"; bash -c "./$MAKESURE -f tests/21_parsing_quoting.sh -d default $'name with \' quote' 'goal|a'" +| Resolved goals to reach for 'default' $'name with \' quote' 'goal|a': +| no_space +| 'name with spaces' +| $'name with \' quote' +| 'goal|a' +| 'goal;b' +| 'goal&c' +| default + $ cd "$MYDIR"; ./$MAKESURE -f tests/21_parsing_quoting.sh | goal 'no_space' ... | no_space