spec test index / oilshell.org
| status | osh | osh-cpp | |
| pass | 12 | 12 | |
| ok | 1 | 1 | |
| total | 13 | 13 | |
| case | osh | osh-cpp | description |
| 0 | pass | pass | Case statement |
| 1 | pass | pass | Case statement with ;;& |
| 2 | pass | pass | Case statement with ;& |
| 3 | pass | pass | Case with empty condition |
| 4 | pass | pass | Match a literal with a glob character |
| 5 | pass | pass | Match a literal with a glob character with a dynamic pattern |
| 6 | pass | pass | Quoted literal in glob pattern |
| 7 | pass | pass | Multiple Patterns Match |
| 8 | pass | pass | Pattern ? matches 1 code point (many bytes), but not multiple code points |
| 9 | ok | ok | matching the byte 0xff against empty string - DISABLED - CI only bug? |
| details | details | ||
| 10 | pass | pass | matching every byte against itself |
| 11 | pass | pass | \(\) in pattern (regression) |
| 12 | pass | pass | case \n bug regression |
24 passed, 2 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| osh | 9 matching the byte 0xff against empty string - DISABLED - CI only bug? stdout: soil-ci-buster-slim-bugstderr: |
| osh-cpp | 9 matching the byte 0xff against empty string - DISABLED - CI only bug? stdout: soil-ci-buster-slim-bugstderr: |