-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect boolean calculations and add tests
The following tests failed before the change: [info] Ast$Test: [info] - considers `false and ?` constant *** FAILED *** [info] None was not equal to Some(false) (Ast$Test.scala:67) [info] - considers `? and false` constant *** FAILED *** [info] None was not equal to Some(false) (Ast$Test.scala:74) [info] - considers `true or ?` constant *** FAILED *** [info] None was not equal to Some(true) (Ast$Test.scala:81) [info] - considers `? or true` constant *** FAILED *** [info] None was not equal to Some(true) (Ast$Test.scala:88)
- Loading branch information
Showing
3 changed files
with
177 additions
and
11 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