spec test index / oilshell.org
143 passed, 0 OK, 3 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
osh_.cc | 5 [[ regex syntax error [osh_.cc status] Expected 2, got 1 stdout: stderr: [[ foo.py =~ * ]] && echo true ^~ [ stdin ]:1: fatal: Invalid regex '*': Invalid regex syntax (regex_match) |
osh | 31 -eq does dynamic arithmetic parsing (not supported in OSH) stdout: stderr: [[ 1+2 -eq 3 ]] && echo true ^ [ stdin ]:1: fatal: Invalid integer constant '1+2' |
osh_.py | 31 -eq does dynamic arithmetic parsing (not supported in OSH) stdout: stderr: [[ 1+2 -eq 3 ]] && echo true ^ [ stdin ]:1: fatal: Invalid integer constant '1+2' |
osh_.cc | 31 -eq does dynamic arithmetic parsing (not supported in OSH) stdout: stderr: [[ 1+2 -eq 3 ]] && echo true ^~ [ stdin ]:1: fatal: Invalid integer constant '1+2' |