mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
Issue #1344 - (Parser: C++) Don't reset containsHyphen value after finding one
This commit is contained in:
@@ -598,7 +598,6 @@ nsHtml5Tokenizer::stateLoop(int32_t state, char16_t c, int32_t pos, char16_t* bu
|
||||
containsHyphen = true;
|
||||
}
|
||||
appendStrBuf(c);
|
||||
containsHyphen = false;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user