spec test index / oilshell.org
88 passed, 0 OK, 0 not implemented, 0 BUG, 5 failed, 0 timeouts, 0 cases skipped
osh_.cc | 11 Storing backslashes and then echoing them [osh_.cc stdout] Expected '\\ \\\\\n\\ \\\\\n', got '\\\n\\ \\\\\n' stdout: \ \ \\stderr: |
osh_.py | 27 $'' octal escapes don't have leading 0 [osh_.py stdout] Expected ' 001 377\n', got '' stdout: stderr: |
osh_.cc | 27 $'' octal escapes don't have leading 0 [osh_.cc stdout] Expected ' 001 377\n', got '' stdout: stderr: |
osh_.py | 28 $'' octal escapes with fewer than 3 chars [osh_.py stdout] Expected ' 001 \\t \\t I \\n\n', got '' stdout: stderr: |
osh_.cc | 28 $'' octal escapes with fewer than 3 chars [osh_.cc stdout] Expected ' 001 \\t \\t I \\n\n', got '' stdout: stderr: |