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/tab3.toml
T
2026-07-30 13:18:41 +02:00

12 lines
155 B
TOML

# [x] you
# [x.y] don't
# [x.y.z] need these
[x.y.z.w] # for this to work
fruit = "apple"
[x] # defining a super-table afterward is ok
country = "usa"