This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
K1NG-Driver/includes/tomlc17-R260618/test/parser/in/x2.toml
T
2026-07-30 13:18:41 +02:00

10 lines
256 B
TOML

[a.b.c] # OK
answer = 42 # OK
[a] # OK - a was non-explicit and was created by std-table-expr
better = 43 # OK - a is now explicit
[t1] # OK
t2.t3.v = 0 # OK
[t1.t2] # should FAIL - t2 was non-explicit but was not created by std-table-expr