Skip to content

Commit b7514d9

Browse files
committed
fix: Json5LooseDecoder readLooseString
1 parent 77eb84a commit b7514d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

json5/src/commonMain/kotlin/li/songe/json5/LooseUtil.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ internal fun BaseParser.readLooseComment() {
4444

4545
internal fun BaseParser.readLooseString() {
4646
val wrapChar = char!!
47+
i++
4748
while (true) {
4849
when (char) {
4950
null -> break

0 commit comments

Comments
 (0)