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 source ///osh/two.sh rather than source --builtin osh/two.sh
4pass OILS_VERSION, not OIL_VERSION
5pass s.upper(), not s => upper() (might keep this)
6pass fopen can be spelled redir
7pass Dict => keys()
8pass Obj API
9pass evalInFrame() and evalToDict()
10pass YSH case requires ''/dir/*.py workaround
11pass \x7e was the legacy syntax for \y7e
12FAIL glob() function should be retired in favor of io.glob()
details
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

osh12 glob() function should be retired in favor of io.glob()

[osh stdout] Expected '' Got '(List) ["foo"]\n'

stdout:
(List)   ["foo"]
stderr: