Results for ysh-tuple.test.sh

statusyshysh-cpp
pass 22
FAIL 11
total33
caseyshysh-cppdescription
0FAIL FAIL tuple literal and (( conflict
detailsdetails
1pass pass Empty tuple
2pass pass Singleton tuple should be empty list
4 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

ysh0 tuple literal and (( conflict

[ysh stdout] Expected 'yes\n', got ''
[ysh status] Expected 0, got 2

stdout:
stderr: 
  if ((0,0) < (0,1)) { echo yes }
     ^~
[ stdin ]:1: Bash (( not allowed in YSH (parse_dparen, see OILS-ERR-14 for wart)
ysh-cpp0 tuple literal and (( conflict

[ysh-cpp stdout] Expected 'yes\n', got ''
[ysh-cpp status] Expected 0, got 2

stdout:
stderr: 
  if ((0,0) < (0,1)) { echo yes }
     ^~
[ stdin ]:1: Bash (( not allowed in YSH (parse_dparen, see OILS-ERR-14 for wart)