mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "unicodePropertyEscapeValue" to "unicode_property_escapevalue"
This commit is contained in:
@@ -888,7 +888,7 @@ char_class_escape (unique int id: @regexp_char_class_escape ref, varchar(1) valu
|
||||
backref (unique int id: @regexp_backref ref, int value: int ref);
|
||||
named_backref (unique int id: @regexp_backref ref, string name: string ref);
|
||||
unicode_property_escapename (unique int id: @regexp_unicode_property_escape ref, string name: string ref);
|
||||
unicodePropertyEscapeValue (unique int id: @regexp_unicode_property_escape ref, string value: string ref);
|
||||
unicode_property_escapevalue (unique int id: @regexp_unicode_property_escape ref, string value: string ref);
|
||||
|
||||
// tokens
|
||||
#keyset[toplevel, idx]
|
||||
|
||||
Reference in New Issue
Block a user