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
commit d9b7057ffd

View file

@ -1784,7 +1784,6 @@ public class Tokenizer implements Locator {
* name.
*/
appendStrBuf(c);
containsHyphen = false;
/*
* Stay in the tag name state.
*/