aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-heredoc
AgeCommit message (Expand)Author
2018-07-24hush: add "heredoc.tests" from ash, tweak ash "is a function" messageDenys Vlasenko
2018-07-24hush: fix nested redirects colliding with script fdsDenys Vlasenko
2018-07-24hush: handle backslash-newline in heredoc terminatorsDenys Vlasenko
2018-07-24hush: fix handling of heredocs not enclosed in groups where they are "declared"Denys Vlasenko
2018-07-23hush: fix heredoc handling in the "cmd <<EOF ;<newline>" caseDenys Vlasenko
2018-07-23hush: fix handling of heredocs starting with empty linesDenys Vlasenko
2018-04-01hush: add a comment where we differ from bash wrt heredoc EOF mark handlingDenys Vlasenko
2018-04-01parser: Fix backquote support in here-document EOF markDenys Vlasenko
2018-03-31ash: use pgetc_eatbnl() in more placesDenys Vlasenko
2017-07-29hush: fix handling of empty heredoc EOF markerDenys Vlasenko
2017-07-06shell: syncronize ash and hush heredoc1.testsDenys Vlasenko
2016-10-26ash: [PARSER] Recognise here-doc delimiters terminated by EOFDenys Vlasenko
2016-10-02sh testsuite: create hush-heredoc/* and move files aroundDenys Vlasenko