shellharden/moduletests/expected
2020-02-16 23:49:55 +01:00
..
arithmetic.bash Cargoify moduletest 2018-06-06 00:46:35 +02:00
assoc.bash (#31) Recognize array member assignment 2020-02-06 23:33:20 +01:00
backtick.bash Cargoify moduletest 2018-06-06 00:46:35 +02:00
cmdsub.bash Cargoify moduletest 2018-06-06 00:46:35 +02:00
control_structures.bash Fix/implement interpretation of fd redirection 2018-07-29 21:34:28 +02:00
eof_after_command.bash Prep for SitCase: Decouple Sit{Cmd,Arg} from SitNormal 2018-06-24 14:31:26 +02:00
eof_after_rvalue.bash Command position: Tackle assignment, psub, subshell, group command 2018-06-24 20:32:06 +02:00
esac_1.bash Fix hang on outer context end trigger within case arm 2018-09-13 21:33:33 +02:00
esac_2.bash Fix hang on outer context end trigger within case arm 2018-09-13 21:33:33 +02:00
esac_3.bash Fix hang on outer context end trigger within case arm 2018-09-13 21:33:33 +02:00
heredoc_complicated.bash Cargoify moduletest 2018-06-06 00:46:35 +02:00
heredoc_vs_var.bash Cargoify moduletest 2018-06-06 00:46:35 +02:00
local.bash (#30) Allow unquoted arguments to local et al 2020-02-16 23:49:55 +01:00
phantomstring.bash Fix: '?' and ';' must not be made into a string 2018-06-24 12:40:34 +02:00
premature_esac.bash Parse premature esac. Fixes parse error on rustup.sh 2019-06-09 13:37:09 +02:00
pwd.bash Rewrite pwd → $PWD directly, not via $(pwd) 2019-11-10 15:59:35 +01:00
quoting_unneeded.bash Allow unquoted case arms 2018-09-13 21:44:14 +02:00
stresc.bash Cargoify moduletest 2018-06-06 00:46:35 +02:00
unexpected_eof_arith.bash Cargoify moduletest 2018-06-06 00:46:35 +02:00
unexpected_eof_doublebracket.bash Cargoify moduletest 2018-06-06 00:46:35 +02:00
unexpected_eof_heredoc.bash Command position: Tackle assignment, psub, subshell, group command 2018-06-24 20:32:06 +02:00
unsupp_numeral_variable_quot.bash Fix typo in syntax error msg 2018-06-14 23:08:58 +02:00
unsupp_numeral_variable_unquot.bash Fix typo in syntax error msg 2018-06-14 23:08:58 +02:00
var.bash Implement more special variables: $$ $! $- 2019-08-04 15:27:20 +02:00