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:
@@ -1784,7 +1784,6 @@ public class Tokenizer implements Locator {
|
||||
* name.
|
||||
*/
|
||||
appendStrBuf(c);
|
||||
containsHyphen = false;
|
||||
/*
|
||||
* Stay in the tag name state.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user