From 00a9a1a7ab6ca0d68ad49ead2e84061dfde2eecd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 2 Sep 2015 07:49:20 +0200 Subject: bug fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- tests/complex | 7 +++++++ tests/quoted | 2 ++ tests/quoted-brackets | 3 +++ tests/unquoted | 2 ++ 4 files changed, 14 insertions(+) create mode 100644 tests/complex create mode 100644 tests/quoted create mode 100644 tests/quoted-brackets create mode 100644 tests/unquoted (limited to 'tests') diff --git a/tests/complex b/tests/complex new file mode 100644 index 0000000..2f6af5b --- /dev/null +++ b/tests/complex @@ -0,0 +1,7 @@ +@ +@>h=H + +'@{h}ello @(echo `echo 'W'`"o$(echo $(echo r))"'ld!')' +@('$()$()') + 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')!!! diff --git a/tests/unquoted b/tests/unquoted new file mode 100644 index 0000000..ac3742e --- /dev/null +++ b/tests/unquoted @@ -0,0 +1,2 @@ +@>set -v +'ello @(echo world)!!! -- cgit v1.2.3-70-g09d2