| status | ysh | ysh_ALT | |
| pass | 7 | 7 | |
| total | 7 | 7 | |
| case | ysh | ysh_ALT | description |
| 0 | pass | pass | with eval builtin command, in global scope |
| 1 | pass | pass | with eval builtin command, in local scope |
| 2 | pass | pass | with eval builtin command, reeturning Dict |
| 3 | pass | pass | with parseCommand() then io->eval(), in local scope |
| 4 | pass | pass | with parseCommand() then io->eval(cmd, vars={out_dict: {}}) |
| 5 | pass | pass | with evalToDict() |
| 6 | pass | pass | with runtime REFLECTION via __invoke__ - no parsing |
14 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped