spec test index / oilshell.org
status | osh | |
pass | 6 | |
FAIL | 1 | |
total | 7 | |
case | osh | description |
0 | pass | ${#s} and len(s) |
1 | pass | JSON \uXXXX\uYYYY as max code point - can't go above |
2 | pass | Parsing data - J8 rejects \u{110000} |
3 | pass | Parsing source code - YSH rejects \u{110000} |
4 | FAIL | Parsing source code - YSH source code rejects encoded string |
details | ||
5 | pass | JSON and J8 reject encoded string above max code point |
6 | pass | Max code point: json, json8, = keyword, pp line |
6 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh | 4 Parsing source code - YSH source code rejects encoded string [osh stdout] Expected '', got '(Str) "\xf4\x8f\xbf\xbf"\nstatus=0\n(Str) b\'\\yf4\\y90\\y80\\y80\'\nstatus=0\n' stdout: (Str) "" status=0 (Str) b'\yf4\y90\y80\y80' status=0stderr: |