mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Removed Union as standard character class is already an union.
This commit is contained in:
@@ -862,8 +862,7 @@ case @regexpterm.kind of
|
||||
| 27 = @regexp_unicode_property_escape
|
||||
| 28 = @regexp_quoted_string
|
||||
| 29 = @regexp_intersection
|
||||
| 30 = @regexp_subtraction
|
||||
| 31 = @regexp_union;
|
||||
| 30 = @regexp_subtraction;
|
||||
|
||||
regexp_parse_errors (unique int id: @regexp_parse_error,
|
||||
int regexp: @regexpterm ref,
|
||||
|
||||
Reference in New Issue
Block a user