mirror of
https://github.com/bellard/quickjs.git
synced 2025-09-30 23:07:42 +03:00
regexp: added v flag support - fixed corner cases of case insensitive matching
This commit is contained in:
@@ -234,6 +234,11 @@ DEF(XID_Continue1, "")
|
||||
DEF(Changes_When_Titlecased1, "")
|
||||
DEF(Changes_When_Casefolded1, "")
|
||||
DEF(Changes_When_NFKC_Casefolded1, "")
|
||||
DEF(Basic_Emoji1, "")
|
||||
DEF(Basic_Emoji2, "")
|
||||
DEF(RGI_Emoji_Modifier_Sequence, "")
|
||||
DEF(RGI_Emoji_Flag_Sequence, "")
|
||||
DEF(Emoji_Keycap_Sequence, "")
|
||||
|
||||
/* Prop list exported to JS */
|
||||
DEF(ASCII_Hex_Digit, "AHex")
|
||||
@@ -301,3 +306,13 @@ DEF(XID_Start, "XIDS")
|
||||
DEF(Cased1, "")
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef UNICODE_SEQUENCE_PROP_LIST
|
||||
DEF(Basic_Emoji)
|
||||
DEF(Emoji_Keycap_Sequence)
|
||||
DEF(RGI_Emoji_Modifier_Sequence)
|
||||
DEF(RGI_Emoji_Flag_Sequence)
|
||||
DEF(RGI_Emoji_Tag_Sequence)
|
||||
DEF(RGI_Emoji_ZWJ_Sequence)
|
||||
DEF(RGI_Emoji)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user