We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a59cd commit 8dc635dCopy full SHA for 8dc635d
src/xpLexer.ts
@@ -853,7 +853,7 @@ export class XPathLexer {
853
Data.setAsOperatorIfKeyword(currentToken);
854
break;
855
case CharLevelState.dSep:
856
- if (prevToken.value === '()' || prevToken.value === '..') {
+ if (prevToken.value === '()' || prevToken.value === '..' || prevToken.value === '[]' || prevToken.value === '{}') {
857
858
}
859
0 commit comments