toml-lang / toml-test

A language agnostic test suite for TOML parsers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in Test Case: valid/string/multiline-quotes

cyanskies opened this issue · comments

I get the following message testing my encoder with the precompiled 1.2.0 windows 64bit executable:

valid/string/multiline-quotes
BUG IN TEST CASE: could not decode TOML file "valid/string/multiline-quotes.toml":
  toml: line 19 (last key "escaped"): unexpected '""""""'

I'm invoking the test with the following command line: ".\toml-test-v1.2.0.exe .\toml-test-encoder.exe -encoder"

1197108 should have fixed that; I can't reproduce with latest master anyway. I got a few things I worked on, I'll release a new version this weekend or next week, time permitting.

Released v1.3.0