-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#415: Decided to test the ParseGraph by the AutoEqualityTest.
Although it is not a useful usecase, it is possible to create to identical parse graphs with different scopedepth, by creating a token that alternates its scope delimiter setting. That means that the scope depth stored within the parse graph is actually not a cached value and must therefor be included within the equals method. In that case, we can test the equality of the ParseGraph by the AutoEqualityTest.
- Loading branch information
Showing
3 changed files
with
6 additions
and
80 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