Results for here-doc.test.sh

statusosh
pass 33
ok 1
total34
caseoshdescription
0pass Here string
1pass Here string with $
2pass Here redirect with explicit descriptor
3pass Here doc from another input file descriptor
4pass Multiple here docs with different descriptors
5ok Here doc with bad var delimiter
details
6pass Here doc with bad comsub delimiter
7pass Here doc and < redirect -- last one wins
8pass < redirect and here doc -- last one wins
9pass Here doc with var sub, command sub, arith sub
10pass Here doc in middle. And redirects in the middle.
11pass Here doc line continuation
12pass Here doc with quote expansion in terminator
13pass Here doc with multiline double quoted string
14pass Two here docs -- first is ignored; second ones wins!
15pass Here doc with line continuation, then pipe. Syntax error.
16pass Here doc with pipe on first line
17pass Here doc with pipe continued on last line
18pass Here doc with builtin 'read'
19pass Compound command here doc
20pass Here doc in while condition and here doc in body
21pass Here doc in while condition and here doc in body on multiple lines
22pass Here doc in while loop split up more
23pass Mixing << and <<-
24pass Two compound commands with two here docs
25pass Function def and execution with here doc
26pass Here doc as command prefix
27pass Redirect after here doc
28pass here doc stripping tabs
29pass Here doc within subshell with boolean
30pass Here Doc in if condition
31pass Nested here docs which are indented
32pass Multiple here docs in pipeline
33pass Multiple here docs in pipeline on multiple lines
33 passed, 1 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh5 Here doc with bad var delimiter

stdout:
stderr: 
  cat <<${a}
        ^~
[ stdin ]:1: Invalid here doc delimiter