aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-heredoc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: fix ifs cleanup on error pathsDenys Vlasenko2022-08-022-0/+10
* hush: add "heredoc.tests" from ash, tweak ash "is a function" messageDenys Vlasenko2018-07-242-0/+117
* hush: fix nested redirects colliding with script fdsDenys Vlasenko2018-07-242-0/+15
* hush: handle backslash-newline in heredoc terminatorsDenys Vlasenko2018-07-242-0/+5
* hush: fix handling of heredocs not enclosed in groups where they are "declared"Denys Vlasenko2018-07-244-0/+20
* hush: fix heredoc handling in the "cmd <<EOF ;<newline>" caseDenys Vlasenko2018-07-234-0/+15
* hush: fix handling of heredocs starting with empty linesDenys Vlasenko2018-07-232-0/+6
* hush: add a comment where we differ from bash wrt heredoc EOF mark handlingDenys Vlasenko2018-04-012-15/+0
* parser: Fix backquote support in here-document EOF markDenys Vlasenko2018-04-012-0/+15
* ash: use pgetc_eatbnl() in more placesDenys Vlasenko2018-03-312-0/+33
* hush: fix handling of empty heredoc EOF markerDenys Vlasenko2017-07-292-0/+18
* shell: syncronize ash and hush heredoc1.testsDenys Vlasenko2017-07-062-0/+4
* ash: [PARSER] Recognise here-doc delimiters terminated by EOFDenys Vlasenko2016-10-264-0/+10
* sh testsuite: create hush-heredoc/* and move files aroundDenys Vlasenko2016-10-0214-0/+194