Results for ysh-proc-meta.test.sh

statusysh
pass 5
FAIL 1
total6
caseyshdescription
0pass with eval builtin command, in global scope
1pass with eval builtin command, in local scope
2pass with parseCommand() then io->eval(), in local scope
3pass with parseCommand() then eval vars={out_dict: {}}
4pass with evalToDict()
5FAIL with runtime REFLECTION via __invoke__ - no parsing
details
5 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

ysh5 with runtime REFLECTION via __invoke__ - no parsing

[ysh stdout] Expected 'prefix a\nprefix b\n', got ''
[ysh status] Expected 0, got 127

stdout:
stderr: 
  my_echo_a prefix
  ^~~~~~~~~
[ stdin ]:15: 'my_echo_a' not found (OILS-ERR-100)
[ stdin ]:15: errexit PID 39385: command.Simple failed with status 127