...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/table/without-super.toml

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

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

View as plain text