fix curly strings

This commit is contained in:
Chris Wanstrath 2025-11-25 16:04:58 -08:00
parent 52e100cab3
commit 1d2c85b19c

View File

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