toml-lang / toml-test

A language agnostic test suite for TOML parsers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests for invalid encodings in all string types

cxw42 opened this issue · comments

The existing https://github.com/BurntSushi/toml-test/tree/master/tests/invalid/encoding tests basic strings, but not literal, multiline basic, or multiline literal. As a result, the test suite did not trigger ToruNiina/toml11#199. Would it be possible to add tests for invalid encodings in the other string types? Thanks for considering this request!

Added the tests and released v1.3.0

Wow! That was quick! :) Thanks very much!