busybox/shell/hush_test/hush-parsing
Denys Vlasenko f693b606b7 hush: fix recent breakage from parse_stream() changes
function                                             old     new   delta
parse_stream                                        3808    3821     +13

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-04-11 20:00:43 +02:00
..
and_or_and_backgrounding.right hush: fix and_or_and_backgrounding.tests failure 2017-07-15 22:51:55 +02:00
and_or_and_backgrounding.tests shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG" 2017-07-15 22:54:46 +02:00
argv0.right
argv0.tests hush: move testsuite files from hush-bugs to hush-parsing 2007-05-14 22:09:52 +00:00
bkslash_eof1.right hush: do not drop backslash from eval 'echo ok\' 2018-04-11 01:15:33 +02:00
bkslash_eof1.tests hush: fix eval 'echo ok\' 2018-04-10 14:40:23 +02:00
bkslash_eof2.right hush: fix handling of \<eof> in double-quoted strings 2018-04-10 14:49:01 +02:00
bkslash_eof2.tests hush: fix handling of \<eof> in double-quoted strings 2018-04-10 14:49:01 +02:00
bkslash_newline1.right ash,hush: handle a few more bkslash-newline cases 2018-04-01 03:04:55 +02:00
bkslash_newline1.tests ash,hush: handle a few more bkslash-newline cases 2018-04-01 03:04:55 +02:00
bkslash_newline2.right ash,hush: handle a few more bkslash-newline cases 2018-04-01 03:04:55 +02:00
bkslash_newline2.tests ash,hush: handle a few more bkslash-newline cases 2018-04-01 03:04:55 +02:00
bkslash_newline3.right hush: fix recent breakage from parse_stream() changes 2018-04-11 20:00:43 +02:00
bkslash_newline3.tests hush: fix recent breakage from parse_stream() changes 2018-04-11 20:00:43 +02:00
brace1.right hush: fix handling of words with braces. +65 bytes 2009-11-16 03:18:46 +01:00
brace1.tests hush: fix handling of words with braces. +65 bytes 2009-11-16 03:18:46 +01:00
brace2.right
brace2.tests
comment1.right hush: fix improper handling of newline and hash chars in few corner cases 2010-11-22 17:58:14 +01:00
comment1.tests hush: fix improper handling of newline and hash chars in few corner cases 2010-11-22 17:58:14 +01:00
comment2.right hush: fix comment parsing in cmd, closes 10421 2017-10-22 15:55:48 +02:00
comment2.tests hush: fix comment parsing in cmd, closes 10421 2017-10-22 15:55:48 +02:00
eol1.right hush: fix improper handling of newline and hash chars in few corner cases 2010-11-22 17:58:14 +01:00
eol1.tests hush: fix improper handling of newline and hash chars in few corner cases 2010-11-22 17:58:14 +01:00
escape1.right
escape1.tests skip some tests when fancy echo support is turned off 2009-04-09 07:50:18 +00:00
escape2.right
escape2.tests
escape3.right hush: add testsuite for "no globbing in redirection" rule. 2008-06-18 16:29:32 +00:00
escape3.tests skip some tests when fancy echo support is turned off 2009-04-09 07:50:18 +00:00
escape4.right
escape4.tests
escape5.right
escape5.tests
group1.right
group1.tests
group2.right hush: fix hush-bugs/parse_err.tests 2010-05-17 09:49:47 +02:00
group2.tests hush: fix hush-bugs/parse_err.tests 2010-05-17 09:49:47 +02:00
groups_and_keywords1.right
groups_and_keywords1.tests hush: fix "if { echo foo; } then { echo bar; } fi" parsing 2009-04-16 10:59:40 +00:00
groups_and_keywords2.right hush: do not accept "if() { echo; }" function def 2017-08-02 19:46:14 +02:00
groups_and_keywords2.tests hush: do not accept "if() { echo; }" function def 2017-08-02 19:46:14 +02:00
negate.right
negate.tests
noeol2.right hush: fix a bit different instance of "No EOL" bug, 2007-05-23 00:32:25 +00:00
noeol2.tests
noeol3.right hush: make syntax error messages a bit more useful 2007-05-23 15:22:50 +00:00
noeol3.tests
noeol.right
noeol.tests hush: reinstate hush_test, add testcases for process subst 2007-05-11 12:57:35 +00:00
process_subst.right
process_subst.tests
quote1.right
quote1.tests hush: fix incorrect processing of echo "'$var'". 2007-05-16 09:36:55 +00:00
quote2.right
quote2.tests
quote3.right hush: expand quote3.tests and move from hush-bugs to hush-parsing 2008-06-18 09:22:31 +00:00
quote3.tests
quote4.right
quote4.tests
starquoted2.right hush: fix remaining known two bugs with IFS expansion. Closes 4027. 2011-08-01 18:16:43 +02:00
starquoted2.tests hush: fix remaining known two bugs with IFS expansion. Closes 4027. 2011-08-01 18:16:43 +02:00
starquoted3.right ash: expand: Fix bugs with words connected to the right of $@ 2018-04-02 14:27:50 +02:00
starquoted3.tests ash: expand: Fix bugs with words connected to the right of $@ 2018-04-02 14:27:50 +02:00
starquoted.right
starquoted.tests