diff options
Diffstat (limited to '')
-rw-r--r-- | tests/quoted | 2 | ||||
-rw-r--r-- | tests/quoted-brackets | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/quoted b/tests/quoted new file mode 100644 index 0000000..469b5d8 --- /dev/null +++ b/tests/quoted @@ -0,0 +1,2 @@ +@>set -v +'ello @(echo 'world')!!! diff --git a/tests/quoted-brackets b/tests/quoted-brackets new file mode 100644 index 0000000..5b170d8 --- /dev/null +++ b/tests/quoted-brackets @@ -0,0 +1,3 @@ +@>set -v +'ello @(echo 'wo(rld')!!! +'ello @(echo 'wo)rld')!!! |