forked from metabase/metabase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parser fuzzing: remove previous limitations which do not apply anymore (
metabase#19474) The previous Chevrotain-based parser had a few limitations, which need to be taken account by the expression generator for the fuzzer. With the new recursive parser (PR metabase#19335), these limitations are not necessary anymore: * leading decimal digit, e.g. `.25` * nested negatives, e.g. `-- 3` * nested boolean NOT, e.g. `NOT NOT X`
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 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