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

For multiline strings need to trim all spaces before separators

akuleshov7 opened this issue · comments

                name = '''
                     this is a "literal" multiline
                     string
                 ''' // here we process this tabulation

For ''' or """ we need to trim spaces before closing delimiter while decoding