spec test index / oilshell.org
| status | oil | |
| FAIL | 2 | |
| total | 2 | |
| case | oil | description |
| 0 | FAIL | Argparse boolsche option and positional |
| details | ||
| 1 | FAIL | Argparse basic help message |
| details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| oil | 0 Argparse boolsche option and positional [oil stdout] Expected '{\n "verbose": true,\n "src": "src/path",\n "dst": "dst/path"\n}\n[\n\n]\n' Got '' [oil status] Expected 0, got 2 stdout: stderr: argparse (myspec, args, :opts)
^
[ stdin ]:10: Syntax error in expression (near Id.Arith_Colon)
|
| oil | 1 Argparse basic help message [oil stdout] Expected 'usage: program-name [-h] [-v] src dst\n\nReference Implementation\n\npositional arguments:\n src\n dst\n\noptions:\n -h, --help show this help message and exit\n -v, --verbose Verbose\n' Got '' [oil status] Expected 0, got 2 stdout: stderr: argparse (myspec, args, :opts)
^
[ stdin ]:15: Syntax error in expression (near Id.Arith_Colon)
|