Results for TODO-deprecate.test.sh

statusoshosh-cpp
pass 88
FAIL 11
total99
caseoshosh-cppdescription
0pass pass oil:upgrade as alias for ysh:upgrade
1pass pass %() array literal
2pass pass _match() instead of _group()
3pass pass _status instead of _error.code
4pass pass source ///osh/two.sh rather than source --builtin osh/two.sh
5pass pass OILS_VERSION, not OIL_VERSION
6pass pass stdin is now io.stdin
7pass pass s.upper(), not s => upper()
8FAIL FAIL Mutating methods must be ->, not => or .
detailsdetails
16 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'
osh-cpp8 Mutating methods must be ->, not => or .

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

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