Permalink
Please sign in to comment.
Browse files
Fix 2 alias test cases by threading the ParseContext properly.
Down to 6 failures now, which are all related to aliasing grammatical constructs other than SimpleComamand. Unrealted: removed unused code in bool_parse.py
- Loading branch information...
Showing
with
9 additions
and 36 deletions.
- +0 −2 osh/bool_parse.py
- +1 −2 osh/bool_parse_test.py
- +3 −6 osh/cmd_parse.py
- +4 −25 osh/parse_lib.py
- +1 −1 test/spec.sh
0 comments on commit
f52e2a4