-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add type checking to some actions (#29)
* rearrange statements for consistency * Add tests for actions trying to modify undefined variables * Fix running actions with wrong types to do nothing instead of breaking * fix-fix: actually check the type of the right variable in $remove * Also add tests for $inc/$dec undefined with 1 operand Gotta reach those coverage targets :^)
- Loading branch information
1 parent
093944d
commit bbf3684
Showing
3 changed files
with
132 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters