simonmichael / shelltestrunner

Easy, repeatable testing of CLI programs/commands
GNU General Public License v3.0
130 stars 10 forks source link

Test fails when using the format with delimiters omitted #36

Open asr opened 2 months ago

asr commented 2 months ago

The following test works:

$ shelltest --version
shelltest 1.10
<
$ echo \#t
>
#t
>2
>= 0

but the version with delimiters omitted does not work

$ echo \#t
>
#t