mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-68394 XPath 2: wildcard in form of *:NCName in name test is red (2)
This commit is contained in:
@@ -523,8 +523,8 @@ public class XPath2Parser extends XPathParser {
|
||||
builder.advanceLexer();
|
||||
if (builder.getTokenType() != XPathTokenTypes.NCNAME) {
|
||||
builder.error("NCName expected");
|
||||
builder.advanceLexer();
|
||||
}
|
||||
builder.advanceLexer();
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user