fix curly strings

This commit is contained in:
Chris Wanstrath 2025-11-25 16:04:58 -08:00 committed by Chris Wanstrath
parent 0e92525b54
commit 1682a7ccb7

View File

@ -290,6 +290,7 @@ export class Scanner {
} }
readCurlyString() { readCurlyString() {
this.start = this.pos - 1
let depth = 1 let depth = 1
this.next() this.next()