74 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| osh-cpp | 17 Block can be passed literally, or as expression in third arg group [osh-cpp stdout] Expected 'literal\nexpression\n' Got 'literal\n' [osh-cpp status] Expected 0 Got 2 stdout: literalstderr: var block = ^(echo expression)
^
[ stdin ]:9: Invalid word while parsing command list
|
| osh-cpp | 18 Pass through all 4 kinds of args [osh-cpp stdout] Expected '(List) ["a","b"]\n(List) ["c","d"]\n(Dict) {"n":99}\nCommand\n\n(List) ["a","b"]\n(List) ["c","d"]\n(Dict) {"n":99}\nCommand\n\n' Got '(List) ["a","b"]\n(List) ["c","d"]\n(Dict) {"n":99}\nCommand\n\n' [osh-cpp status] Expected 1 Got 2 stdout: (List) ["a","b"]
(List) ["c","d"]
(Dict) {"n":99}
Command
stderr: var block = ^(echo expression)
^
[ stdin ]:19: Invalid word while parsing command list
|