aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* sh: Implement simple parameter expansion in PS1 and PS2Matthew Phillips2025-11-077-0/+56
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1682-82/+0
* sh: Fix heredoc at certain places in case and forJilles Tjoelker2021-10-274-0/+28
* sh/tests: Test some obscure cases with aliasing keywordsJilles Tjoelker2020-05-125-0/+21
* sh: Test that backslash-newline within single-quotes is not specialJilles Tjoelker2018-05-112-0/+6
* sh: Fix use after free when resetting an in-use alias.Jilles Tjoelker2017-04-162-0/+9
* sh: Link the new test to the build.Jilles Tjoelker2017-04-161-0/+1
* sh: Fix unalias -a while an alias is currently in use.Jilles Tjoelker2017-04-161-0/+7
* sh: Add test for unaliasing an alias that is currently in use.Jilles Tjoelker2017-04-082-0/+8
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-78/+75
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | MFHGlen Barber2016-02-243-0/+14
|\|
| * sh: Fix set -v and multiline history after r295825.Jilles Tjoelker2016-02-233-0/+14
* | MFHGlen Barber2016-02-224-0/+22
|\|
| * sh: Rework code to remove '\0' from shell input.Jilles Tjoelker2016-02-192-0/+13
| * sh: Add tests for comments in sh -c.Jilles Tjoelker2016-02-193-0/+9
* | Fix build.Glen Barber2016-02-031-1/+0
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* sh: Allow empty << EOF markers.Jilles Tjoelker2015-09-022-0/+22
* sh: Avoid negative character values from $'\Uffffffff' etc.Jilles Tjoelker2015-08-202-0/+9
* sh: Add test for $'\u' without any digits.Jilles Tjoelker2015-08-202-0/+8
* sh: Allow backslash-newline continuation in more places:Jilles Tjoelker2014-10-199-0/+113
* sh: Add some tests for backslash-newline continuation.Jilles Tjoelker2014-10-174-0/+30
* sh: Remove arbitrary length limit on << EOF markers.Jilles Tjoelker2014-09-142-0/+48
* Convert bin/sh/tests to ATFEnji Cooper2014-08-131-3/+5
* sh: Allow aliases to force alias substitution on the following word.Jilles Tjoelker2014-01-264-0/+24
* sh: Add tests for alias names after another alias.Jilles Tjoelker2014-01-253-0/+14
* sh: Do not depend on parse/execute split in new alias test.Jilles Tjoelker2014-01-241-1/+1
* sh: Add test for nested alias.Jilles Tjoelker2014-01-242-0/+7
* Migrate tools/regression/bin/ tests to the new layout.Julio Merino2013-12-1151-0/+836