...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/inline-table/empty.toml

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

     1empty1 = {}
     2empty2 = { }
     3empty_in_array = [ { not_empty = 1 }, {} ]
     4empty_in_array2 = [{},{not_empty=1}]
     5many_empty = [{},{},{}]
     6nested_empty = {"empty"={}}

View as plain text