Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Primitive Char should be encoded with a single quote #261

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Commits on Mar 8, 2024

  1. Primitive Char should be encoded with a single quote

    ### What's done:
    - As per the TOML specification, there is no predefined Char type. However, we've introduced the concept in our TOML implementation to align more closely with Kotlin's syntax. So we are expecting Chars to have single quote on the decoding. We need to make it more convenient and do encoding and decoding in a similar way.
    orchestr7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3d480ac View commit details
    Browse the repository at this point in the history