opnsense-src/bin/sh/tests/parser
Jilles Tjoelker 0b4b9c8158 sh: Allow backslash-newline continuation in more places:
* directly after a $
 * directly after ${
 * between the characters of a multi-character operator token
 * within a parameter name
2014-10-19 11:59:15 +00:00
..
alias1.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
alias2.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
alias3.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
alias4.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
alias5.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
alias6.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
alias7.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
alias8.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
alias9.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
alias10.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
alias11.0 sh: Do not depend on parse/execute split in new alias test. 2014-01-24 23:00:35 +00:00
alias12.0 sh: Add tests for alias names after another alias. 2014-01-25 14:59:08 +00:00
alias13.0 sh: Add tests for alias names after another alias. 2014-01-25 14:59:08 +00:00
alias14.0 sh: Allow aliases to force alias substitution on the following word. 2014-01-26 21:19:33 +00:00
alias15.0 sh: Allow aliases to force alias substitution on the following word. 2014-01-26 21:19:33 +00:00
alias15.0.stdout sh: Allow aliases to force alias substitution on the following word. 2014-01-26 21:19:33 +00:00
and-pipe-not.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
case1.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
case2.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
dollar-quote1.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
dollar-quote2.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
dollar-quote3.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
dollar-quote4.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
dollar-quote5.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
dollar-quote6.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
dollar-quote7.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
dollar-quote8.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
dollar-quote9.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
dollar-quote10.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
dollar-quote11.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
empty-braces1.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
empty-cmd1.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
for1.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
for2.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
func1.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
func2.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
func3.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
heredoc1.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
heredoc2.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
heredoc3.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
heredoc4.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
heredoc5.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
heredoc6.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
heredoc7.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
heredoc8.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
heredoc9.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
heredoc10.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
heredoc11.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
heredoc12.0 sh: Remove arbitrary length limit on << EOF markers. 2014-09-14 16:46:30 +00:00
line-cont1.0 sh: Add some tests for backslash-newline continuation. 2014-10-17 21:52:57 +00:00
line-cont2.0 sh: Add some tests for backslash-newline continuation. 2014-10-17 21:52:57 +00:00
line-cont3.0 sh: Add some tests for backslash-newline continuation. 2014-10-17 21:52:57 +00:00
line-cont4.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
line-cont5.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
line-cont6.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
line-cont7.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
line-cont8.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
line-cont9.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
line-cont10.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
line-cont11.0 sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
Makefile sh: Allow backslash-newline continuation in more places: 2014-10-19 11:59:15 +00:00
no-space1.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
no-space2.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
only-redir1.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
only-redir2.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
only-redir3.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
only-redir4.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
pipe-not1.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00
var-assign1.0 Migrate tools/regression/bin/ tests to the new layout. 2013-12-11 04:09:17 +00:00