-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Expr comparison code for registry testing (#175)
Add special cases to explicitly allow a few incompatibilities for cases where the reference parser has bugs: * `0x1.8p23f` is a `Float64` literal, with the trailing `f` ignored (also `0x1p1f0`) * The macrocall in `"@f(a=1) do\nend"` is not the same as the call in `@f(a=1)` * `global (x,y)` is the same as `global x,y` * Triple quoted indentation - `"\"\"\"\n a\n \n b\"\"\""` parses to "a\n \nb"
- Loading branch information
Showing
2 changed files
with
91 additions
and
1 deletion.
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