Inline tables should be immutable #131
Labels
bug
Something isn't working
implemented in v3
Fixes + features which were implemented in v3 release.
TOML spec
An issue relating to the library's TOML spec conformance.
Environment
toml++ version and/or commit hash:
v3 b41e12f
Compiler:
gcc 11.1.0
C++ standard mode:
c++20
Target arch:
linux x86_64
Library configuration overrides:
n/a
Relevant compilation flags:
meson build_tt --buildtype=release -Dbuild_tt_encoder=true -Dbuild_tt_decoder=true -Dgenerate_cmake_config=false
Describe the bug
The following TOML document should be invalid:
The TOML spec:
Steps to reproduce (or a small repro code sample)
On Linux:
Additional information
I've submitted a PR to
toml-test
for this case: toml-lang/toml-test#109Found while doing differential fuzzing against go-toml.
The text was updated successfully, but these errors were encountered: