1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 19:38:36 +00:00

Issue #1344 - (Parser: Java) Don't reset containsHyphen value after finding one

This commit is contained in:
FranklinDM
2023-02-26 15:52:07 +08:00
committed by roytam1
parent edc45f6849
commit d9b7057ffd
@@ -1784,7 +1784,6 @@ public class Tokenizer implements Locator {
* name.
*/
appendStrBuf(c);
containsHyphen = false;
/*
* Stay in the tag name state.
*/