0 | pass | pass | Eval |
1 | pass | pass | eval accepts/ignores -- |
2 | pass | pass | eval usage |
3 | pass | pass | eval string with 'break continue return error' |
4 | pass | pass | eval YSH block with 'break continue return error' |
5 | pass | pass | exit within eval (regression) |
6 | pass | pass | exit within source (regression) |
7 | pass | pass | Source |
8 | pass | pass | source accepts/ignores -- |
9 | pass | pass | Source nonexistent |
10 | pass | pass | Source with no arguments |
11 | pass | pass | Source with arguments |
12 | pass | pass | Source from a function, mutating argv and defining a local var |
13 | pass | pass | Source with syntax error |
14 | pass | pass | Eval with syntax error |
15 | pass | pass | Eval in does tilde expansion |
16 | pass | pass | Eval in bash does tilde expansion in array |
17 | pass | pass | source works for files in current directory (bash only) |
18 | pass | pass | source looks in PATH for files |
19 | pass | pass | source finds files in PATH before current dir |
20 | pass | pass | source works for files in subdirectory |
21 | pass | pass | source doesn't crash when targeting a directory |