Commit cdda7ed
fix!: don't parse unquoted predicate args specially
Before this change, a bare `_` identifier inside a predicate would be
tokenized as `"_"`. This change makes it so that all unquoted arguments
(which must be valid identifiers) are marked as `(identifier)`.
This is breaking because `"_"` can no longer be queried inside parameter
nodes.1 parent eeac2b7 commit cdda7ed
File tree
5 files changed
+859
-792
lines changed- src
- test/corpus
5 files changed
+859
-792
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments