mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
a234f69178
1 changed files with 1 additions and 1 deletions
|
|
@ -904,7 +904,7 @@ RegExpParser<CharT>::ParseCharacterClass()
|
|||
if (char_class_1 == kNoCharClass)
|
||||
ranges->append(CharacterRange::Singleton(char_1));
|
||||
ranges->append(CharacterRange::Singleton('-'));
|
||||
if (char_class_1 == kNoCharClass)
|
||||
if (char_class_2 == kNoCharClass)
|
||||
ranges->append(CharacterRange::Singleton(char_2));
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue