spec test index / oilshell.org
48 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
ysh | 2 Unquoted \y23 escape [ysh stdout] Expected 'mu \xce\xbc\nmu \xce\xbc\nmu \xce\xbc\n', got '' [ysh status] Expected 0, got 2 stdout: stderr: var x = 'foo ' ++ \y23 ^ [ stdin ]:1: Unexpected token in expression mode |
ysh-cpp | 2 Unquoted \y23 escape [ysh-cpp stdout] Expected 'mu \xce\xbc\nmu \xce\xbc\nmu \xce\xbc\n', got '' [ysh-cpp status] Expected 0, got 2 stdout: stderr: var x = 'foo ' ++ \y23 ^ [ stdin ]:1: Unexpected token in expression mode |