You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fails to parse. Example test case output based on above:
1) Failure:
TomlTest#test_valid_cases [test/toml_test.rb:133]:
Error: Key "a" is defined more than once in test/examples/valid/dotted-key-inline-table.toml
This succeeds in being parsed by Python and Rust implementations.
Example TOML:
Fails to parse. Example test case output based on above:
This succeeds in being parsed by Python and Rust implementations.
Python:
Rust (toml v0.8.19):
Outputs:
Note that in the reverse order, this library can parse successfully, i.e.
The text was updated successfully, but these errors were encountered: