akuleshov7 / ktoml

Kotlin Multiplatform parser and compile-time serializer/deserializer for TOML format (Native, JS, JVM) based on KxS

Home Page:https://akuleshov7.github.io/ktoml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check the calculation of lineNo for nodes

akuleshov7 opened this issue · comments

lineNo is an important info for debugging, but looks like it is filled incorrectly in some cases (after trimming empty lines/with multiline string/etc.)