aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-heredoc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: fix ifs cleanup on error pathsDenys Vlasenko2022-08-022-0/+10
* ash: Expand here-documents in the current shell environmentDenys Vlasenko2020-02-222-0/+6
* hush: add "heredoc.tests" from ash, tweak ash "is a function" messageDenys Vlasenko2018-07-241-1/+1
* 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-242-0/+5
* hush: fix heredoc handling in the "cmd <<EOF ;<newline>" caseDenys Vlasenko2018-07-232-0/+5
* hush: fix handling of heredocs starting with empty linesDenys Vlasenko2018-07-232-0/+6
* ash: parser: Fix single-quoted patterns in here-documentsDenys Vlasenko2018-04-022-0/+15
* parser: Fix backquote support in here-document EOF markDenys Vlasenko2018-04-012-0/+15
* ash: use pgetc_eatbnl() in more placesDenys Vlasenko2018-03-314-0/+146
* hush: fix handling of empty heredoc EOF markerDenys Vlasenko2017-07-292-0/+18
* ash: [PARSER] Removed noexpand/length check on eofmarkDenys Vlasenko2017-07-292-0/+11
* shell: syncronize ash and hush heredoc3.testsDenys Vlasenko2017-07-064-10/+31
* shell: syncronize ash and hush heredoc1.testsDenys Vlasenko2017-07-064-4/+18
* ash: [PARSER] Recognise here-doc delimiters terminated by EOFDenys Vlasenko2016-10-264-0/+10
* ash testsuite: add most of hust tests which pass for ashDenys Vlasenko2016-10-032-0/+12
* sh testsuite: create hush-heredoc/* and move files aroundDenys Vlasenko2016-10-022-0/+21
* ash: bash-compatible $'...' shouldn't expand in double quotesRon Yorston2016-04-152-0/+4
* ash: fix error during recursive processing of here documentRon Yorston2015-10-292-0/+10
* ash: add test for issue with here documentRon Yorston2015-10-292-0/+9
* ash: fix handling of duplicate "local"Denys Vlasenko2015-04-181-1/+1
* ash: fix a SEGV case in an invalid heredocDenys Vlasenko2015-02-052-0/+4
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-1/+1
* ash: "here document" testcasesDenis Vlasenko2007-03-052-0/+115