...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec/table-4.toml

Documentation: github.com/BurntSushi/toml/internal/toml-test/tests/valid/spec

     1# [x] you
     2# [x.y] don't
     3# [x.y.z] need these
     4[x.y.z.w] # for this to work
     5
     6[x] # defining a super-table afterward is ok

View as plain text