Removed Union as standard character class is already an union.

This commit is contained in:
Napalys
2025-03-05 10:07:20 +01:00
parent 8099423b6d
commit 8086c25abe
8 changed files with 518 additions and 602 deletions

View File

@@ -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,