Results for ysh-funcs-external.test.sh

statusysh
FAIL 3
total3
caseyshdescription
0FAIL JSON func on top of proc
details
1FAIL QTT func on top of proc
details
2FAIL QTT func on top of wok
details
0 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped
3 failed under osh

Details on runs that didn't PASS

ysh0 JSON func on top of proc

[ysh stdout] Expected 'TODO\nresult = 3\n', got 'result = 3\n'

stdout:
result = 3
stderr:
(List)   [1, 2]
ysh1 QTT func on top of proc

[ysh status] Expected 0, got 2

stdout:
stderr: 
      const result = _row->x + _row->y
      ^~~~~
[ stdin ]:9: const can't be inside proc or func.  Use var instead.
ysh2 QTT func on top of wok

[ysh status] Expected 0, got 1

stdout:
stderr: 
  wok foo {
          ^
[ stdin ]:1: fatal: 'wok' appears to be external. External commands don't accept typed args (OILS-ERR-200)