aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-parsing (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: detect when terminating "done"/"fi" is missingDenys Vlasenko2024-02-254-0/+6
* ash: LINENO starts from 0 in -c SCRIPT modeDenys Vlasenko2021-09-071-1/+1
* hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}Denys Vlasenko2021-06-192-0/+18
* hush: fix recent breakage from parse_stream() changesDenys Vlasenko2018-04-112-0/+5
* hush: do not drop backslash from eval 'echo ok\'Denys Vlasenko2018-04-112-0/+2
* ash: expand: Fix bugs with words connected to the right of $@Denys Vlasenko2018-04-022-0/+3
* ash,hush: handle a few more bkslash-newline casesDenys Vlasenko2018-04-014-0/+20
* hush: fix comment parsing in `cmd`, closes 10421Denys Vlasenko2017-10-222-0/+17
* hush: do not accept "if() { echo; }" function defDenys Vlasenko2017-08-022-0/+12
* ash: add all hush parsing tests to ast testsDenys Vlasenko2017-07-2448-0/+313
* shell: and_or_and_backgrounding.tests is no longer "UNFIXED BUG"Denys Vlasenko2017-07-151-1/+0
* hush: fix and_or_and_backgrounding.tests failureDenys Vlasenko2017-07-152-0/+35