Results for ysh-TODO-deprecate.test.sh

statusosh
pass 12
FAIL 1
total13
caseoshdescription
0pass oil:upgrade as alias for ysh:upgrade
1pass %() array literal
2pass _match() instead of _group()
3pass _status instead of _error.code
4pass source ///osh/two.sh rather than source --builtin osh/two.sh
5pass OILS_VERSION, not OIL_VERSION
6FAIL s.upper(), not s => upper() (might keep this)
details
7pass fopen can be spelled redir
8pass Dict => keys()
9pass Obj API
10pass evalInFrame() and evalToDict()
11pass YSH case requires ''/dir/*.py workaround
12pass \x7e was the legacy syntax for \y7e
12 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

osh6 s.upper(), not s => upper() (might keep this)

[osh stdout] Expected 'FOO\n' Got ''
[osh status] Expected 0 Got 2

stdout:
stderr: 
  echo $['foo' => upper()]
                ^
[ stdin ]:1: Token can't be used in prefix position