busybox/shell/hush_test/hush-heredoc
Denys Vlasenko 3e766dce5f hush: implement <<<here_string syntax
function                                             old     new   delta
setup_heredoc                                        299     351     +52
parse_stream                                        2514    2540     +26
parse_redirect                                       335     351     +16
redir_table                                           40      48      +8
static.setup_redirects                               394     400      +6
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 5/0 up/down: 108/0)             Total: 108 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2025-08-15 00:08:11 +02:00
..
heredoc.right hush: add "heredoc.tests" from ash, tweak ash "is a function" message 2018-07-24 17:10:18 +02:00
heredoc.tests hush: add "heredoc.tests" from ash, tweak ash "is a function" message 2018-07-24 17:10:18 +02:00
heredoc1.right
heredoc1.tests
heredoc2.right
heredoc2.tests
heredoc3.right
heredoc3.tests
heredoc4.right
heredoc4.tests
heredoc5.right
heredoc5.tests
heredoc6.right
heredoc6.tests
heredoc7.right
heredoc7.tests
heredoc8.right shell: syncronize ash and hush heredoc1.tests 2017-07-06 18:16:18 +02:00
heredoc8.tests shell: syncronize ash and hush heredoc1.tests 2017-07-06 18:16:18 +02:00
heredoc9.right hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case 2018-07-23 16:31:21 +02:00
heredoc9.tests hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case 2018-07-23 16:31:21 +02:00
heredoc_after_compound1.right hush: fix handling of heredocs not enclosed in groups where they are "declared" 2018-07-24 13:03:03 +02:00
heredoc_after_compound1.tests hush: fix handling of heredocs not enclosed in groups where they are "declared" 2018-07-24 13:03:03 +02:00
heredoc_and_cmd.right ash: fix ifs cleanup on error paths 2022-08-02 11:18:11 +02:00
heredoc_and_cmd.tests ash: fix ifs cleanup on error paths 2022-08-02 11:18:11 +02:00
heredoc_backslash1.right
heredoc_backslash1.tests
heredoc_bkslash_newline1.right ash: use pgetc_eatbnl() in more places 2018-03-31 19:40:56 +02:00
heredoc_bkslash_newline1.tests ash: use pgetc_eatbnl() in more places 2018-03-31 19:40:56 +02:00
heredoc_bkslash_newline2.right hush: handle backslash-newline in heredoc terminators 2018-07-24 14:03:18 +02:00
heredoc_bkslash_newline2.tests hush: handle backslash-newline in heredoc terminators 2018-07-24 14:03:18 +02:00
heredoc_bkslash_newline2a.right ash,hush: fix corner cases with backslash-newlines in heredocs 2025-08-07 01:30:57 +02:00
heredoc_bkslash_newline2a.tests ash,hush: fix corner cases with backslash-newlines in heredocs 2025-08-07 01:30:57 +02:00
heredoc_bkslash_newline3.right ash,hush: fix corner cases with backslash-newlines in heredocs 2025-08-07 01:30:57 +02:00
heredoc_bkslash_newline3.tests ash,hush: fix corner cases with backslash-newlines in heredocs 2025-08-07 01:30:57 +02:00
heredoc_bkslash_newline3a.right ash,hush: fix corner cases with backslash-newlines in heredocs 2025-08-07 01:30:57 +02:00
heredoc_bkslash_newline3a.tests ash,hush: fix corner cases with backslash-newlines in heredocs 2025-08-07 01:30:57 +02:00
heredoc_empty2.right hush: fix handling of empty heredoc EOF marker 2017-07-29 20:43:26 +02:00
heredoc_empty2.tests hush: fix handling of empty heredoc EOF marker 2017-07-29 20:43:26 +02:00
heredoc_empty3.right hush: fix handling of heredocs starting with empty lines 2018-07-23 15:43:57 +02:00
heredoc_empty3.tests hush: fix handling of heredocs starting with empty lines 2018-07-23 15:43:57 +02:00
heredoc_huge.right
heredoc_huge.tests
heredoc_syntax_err_no_EOF1.right hush: fix SEGV on "echo << >" and such 2025-07-08 10:36:12 +02:00
heredoc_syntax_err_no_EOF1.tests hush: fix SEGV on "echo << >" and such 2025-07-08 10:36:12 +02:00
heredoc_syntax_err_no_EOF2.right hush: fix SEGV on "echo << >" and such 2025-07-08 10:36:12 +02:00
heredoc_syntax_err_no_EOF2.tests hush: fix SEGV on "echo << >" and such 2025-07-08 10:36:12 +02:00
heredoc_var_expand1.right hush: fix handling of heredocs not enclosed in groups where they are "declared" 2018-07-24 13:03:03 +02:00
heredoc_var_expand1.tests hush: fix handling of heredocs not enclosed in groups where they are "declared" 2018-07-24 13:03:03 +02:00
heredocA.right hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case 2018-07-23 16:31:21 +02:00
heredocA.tests hush: fix heredoc handling in the "cmd <<EOF ;<newline>" case 2018-07-23 16:31:21 +02:00
heredocB.right hush: fix nested redirects colliding with script fds 2018-07-24 16:54:41 +02:00
heredocB.tests hush: fix nested redirects colliding with script fds 2018-07-24 16:54:41 +02:00
herestring1.right hush: implement <<<here_string syntax 2025-08-15 00:08:11 +02:00
herestring1.tests hush: implement <<<here_string syntax 2025-08-15 00:08:11 +02:00