iarna / iarna-toml

Better TOML parsing and stringifying all in that familiar JSON interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All comments are syntax errors

LJNeon opened this issue · comments

commented

New lines at the end of any comment cause an immediate error due to false flagging as control characters. This makes use of any comments impossible. This problem doesn't occur in v2.2.5, only in v3.0.0.

TomlError: Control characters (codes < 0x1f and 0x7f) are not allowed in comment
s, use \u000d instead at row 3, col 5, pos 22:
2: yea = 2
3> # ye
       ^