Permalink
Please sign in to comment.
Browse files
Fix test failures in previous commits.
Have to catch exceptions in the unit tests. Also, I broke a parse error for array literals, so I reverted that change. Good thing I had tests to catch this! Also, explore arithmetic and boolean parse errors.
- Loading branch information...
Showing
with
107 additions
and 38 deletions.
- +9 −6 core/completion.py
- +1 −1 osh/bool_parse.py
- +21 −13 osh/cmd_parse_test.py
- +5 −4 osh/word_parse.py
- +11 −5 osh/word_parse_test.py
- +60 −9 test/parse-errors.sh
0 comments on commit
c66042c