Skip to content

Commit 2d7e288

Browse files
committed
last fix cause problem with next attr name - use avtExit instad to fix string token start
1 parent 4364b3d commit 2d7e288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xslLexer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,11 +1090,11 @@ export class XslLexer {
10901090
break;
10911091
case EntityPosition.attrSq:
10921092
nextState = XMLCharState.lSq;
1093-
this.lineCharCount++;
1093+
avtExit = true;
10941094
break;
10951095
case EntityPosition.attrDq:
10961096
nextState = XMLCharState.lDq;
1097-
this.lineCharCount++;
1097+
avtExit = true;
10981098
break;
10991099
}
11001100
break;

0 commit comments

Comments
 (0)