From: Buck Evan <workitharder@gmail.com>
To: dash@vger.kernel.org
Cc: Buck Evan <workitharder@gmail.com>
Subject: [PATCH 0/1] adding a test suite
Date: Sat, 6 Jul 2024 14:44:15 -0500 [thread overview]
Message-ID: <20240706194424.5412-1-workitharder@gmail.com> (raw)
I pulled these test cases out of the git log. I could do more but wanted to see if this work is welcome first.
I also created a pull request at
https://github.com/herbertx/dash/pull/7, just in case that's easier.
Buck Evan (1):
add tests
.gitignore | 3 ++
test | 33 ++++++++++++++++
.../async-subshell-unignore-signal/result.txt | 4 ++
tests/async-subshell-unignore-signal/test.sh | 38 +++++++++++++++++++
tests/backslash-outside-quotes/result.txt | 1 +
tests/backslash-outside-quotes/test.sh | 4 ++
tests/dollar-dash-expansion/result.txt | 3 ++
tests/dollar-dash-expansion/test.sh | 7 ++++
tests/echo-backslash-c-spillage/result.txt | 2 +
tests/echo-backslash-c-spillage/test.sh | 4 ++
tests/eval-empty/result.txt | 1 +
tests/eval-empty/test.sh | 7 ++++
tests/expmeta-nonleading-slash/result.txt | 1 +
tests/expmeta-nonleading-slash/test.sh | 2 +
tests/expmeta-slash-treatment/result.txt | 1 +
tests/expmeta-slash-treatment/test.sh | 2 +
tests/ifs-after-heredoc/result.txt | 2 +
tests/ifs-after-heredoc/test.sh | 7 ++++
tests/naked-backslash-leakage/result.txt | 1 +
tests/naked-backslash-leakage/test.sh | 5 +++
tests/no-space/result.txt | 2 +
tests/no-space/test.sh | 2 +
22 files changed, 132 insertions(+)
create mode 100755 test
create mode 100644 tests/async-subshell-unignore-signal/result.txt
create mode 100755 tests/async-subshell-unignore-signal/test.sh
create mode 100644 tests/backslash-outside-quotes/result.txt
create mode 100755 tests/backslash-outside-quotes/test.sh
create mode 100644 tests/dollar-dash-expansion/result.txt
create mode 100755 tests/dollar-dash-expansion/test.sh
create mode 100644 tests/echo-backslash-c-spillage/result.txt
create mode 100755 tests/echo-backslash-c-spillage/test.sh
create mode 100644 tests/eval-empty/result.txt
create mode 100755 tests/eval-empty/test.sh
create mode 100644 tests/expmeta-nonleading-slash/result.txt
create mode 100755 tests/expmeta-nonleading-slash/test.sh
create mode 100644 tests/expmeta-slash-treatment/result.txt
create mode 100755 tests/expmeta-slash-treatment/test.sh
create mode 100644 tests/ifs-after-heredoc/result.txt
create mode 100755 tests/ifs-after-heredoc/test.sh
create mode 100644 tests/naked-backslash-leakage/result.txt
create mode 100755 tests/naked-backslash-leakage/test.sh
create mode 100644 tests/no-space/result.txt
create mode 100755 tests/no-space/test.sh
--
2.42.0
next reply other threads:[~2024-07-06 19:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-06 19:44 Buck Evan [this message]
2024-07-06 19:44 ` [PATCH 1/1] add tests Buck Evan
2024-07-28 2:01 ` Herbert Xu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240706194424.5412-1-workitharder@gmail.com \
--to=workitharder@gmail.com \
--cc=dash@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox