ysh-multiline () { run-file ysh-multiline "$@" } run-file () { local spec_name=$1; shift; sh-spec spec/$spec_name.test.sh --compare-shells --oils-bin-dir $PWD/bin "$@" } ysh-multiline: spec test case results

Results for ysh-multiline.test.sh

statusosh
pass 9
total9
caseoshdescription
0pass ... with simple command
1pass ... with pipeline
2pass ... with multiline $()
3pass ... inside command sub $()
4pass ... with && and [[
5pass '... for' is allowed, but NOT recommended
6pass Blank line in multiline command is syntax error
7pass Blank line with spaces and tabs isn't OK either
8pass Combine multi-line command and strings
9 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped