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 4364b3d commit 2d7e288Copy full SHA for 2d7e288
src/xslLexer.ts
@@ -1090,11 +1090,11 @@ export class XslLexer {
1090
break;
1091
case EntityPosition.attrSq:
1092
nextState = XMLCharState.lSq;
1093
- this.lineCharCount++;
+ avtExit = true;
1094
1095
case EntityPosition.attrDq:
1096
nextState = XMLCharState.lDq;
1097
1098
1099
}
1100
0 commit comments