Results for TODO-deprecate.test.sh

statusosh
pass 8
FAIL 1
total9
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
6pass stdin is now io.stdin
7pass s.upper(), not s => upper()
8FAIL Mutating methods must be ->, not => or .
details
8 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

osh8 Mutating methods must be ->, not => or .

[osh stdout] Expected '(List) ["foo","bar"]\n', got ''
[osh status] Expected 0, got 1

stdout:
stderr: 
  call mylist=>append('foo')
               ^~~~~~
[ stdin ]:2: fatal: Undefined variable 'append'