Fix #1693: typo in RegexParser::character_class()
This commit is contained in:
parent
b298e01390
commit
0dd8a9ba93
|
@ -490,7 +490,7 @@ private:
|
||||||
{
|
{
|
||||||
for (auto& range : ranges)
|
for (auto& range : ranges)
|
||||||
{
|
{
|
||||||
range.min = to_lower(range.max);
|
range.min = to_lower(range.min);
|
||||||
range.max = to_lower(range.max);
|
range.max = to_lower(range.max);
|
||||||
}
|
}
|
||||||
for (auto& cp : excluded)
|
for (auto& cp : excluded)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user