summaryrefslogtreecommitdiff
path: root/bin/sh/tests/parser
AgeCommit message (Expand)Author
2025-11-07sh: Implement simple parameter expansion in PS1 and PS2Matthew Phillips
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2021-10-27sh: Fix heredoc at certain places in case and forJilles Tjoelker
2020-05-12sh/tests: Test some obscure cases with aliasing keywordsJilles Tjoelker
2018-05-11sh: Test that backslash-newline within single-quotes is not specialJilles Tjoelker
2017-04-16sh: Fix use after free when resetting an in-use alias.Jilles Tjoelker
2017-04-16sh: Link the new test to the build.Jilles Tjoelker
2017-04-16sh: Fix unalias -a while an alias is currently in use.Jilles Tjoelker
2017-04-08sh: Add test for unaliasing an alias that is currently in use.Jilles Tjoelker
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-24MFHGlen Barber
2016-02-23sh: Fix set -v and multiline history after r295825.Jilles Tjoelker
2016-02-22MFHGlen Barber
2016-02-19sh: Rework code to remove '\0' from shell input.Jilles Tjoelker
2016-02-19sh: Add tests for comments in sh -c.Jilles Tjoelker
2016-02-03Fix build.Glen Barber
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-09-02sh: Allow empty << EOF markers.Jilles Tjoelker
2015-08-20sh: Avoid negative character values from $'\Uffffffff' etc.Jilles Tjoelker
2015-08-20sh: Add test for $'\u' without any digits.Jilles Tjoelker
2014-10-19sh: Allow backslash-newline continuation in more places:Jilles Tjoelker
2014-10-17sh: Add some tests for backslash-newline continuation.Jilles Tjoelker
2014-09-14sh: Remove arbitrary length limit on << EOF markers.Jilles Tjoelker
2014-08-13Convert bin/sh/tests to ATFEnji Cooper
2014-01-26sh: Allow aliases to force alias substitution on the following word.Jilles Tjoelker
2014-01-25sh: Add tests for alias names after another alias.Jilles Tjoelker
2014-01-24sh: Do not depend on parse/execute split in new alias test.Jilles Tjoelker
2014-01-24sh: Add test for nested alias.Jilles Tjoelker
2013-12-11Migrate tools/regression/bin/ tests to the new layout.Julio Merino