Merge remote-tracking branch 'upstream/minor'

This commit is contained in:
三咲智子 Kevin Deng 2023-11-29 21:16:14 +08:00
commit 5df8f0e134
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ export default class Tokenizer {
}
}
private stateBeforeDeclaration(c: number): void {
if (c === CharCodes.LeftSqaure) {
if (c === CharCodes.LeftSquare) {
this.state = State.CDATASequence
this.sequenceIndex = 0
} else {