...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/valid/array/array.toml

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

     1ints = [1, 2, 3, ]
     2floats = [1.1, 2.1, 3.1]
     3strings = ["a", "b", "c"]
     4dates = [
     5  1987-07-05T17:45:00Z,
     6  1979-05-27T07:32:00Z,
     7  2006-06-01T11:00:00Z,
     8]
     9comments = [
    10         1,
    11         2, #this is ok
    12]

View as plain text