...

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

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

     1alpha = "a"
     2123 = "num"
     3000111 = "leading"
     410e3 = "false float"
     5one1two2 = "mixed"
     6with-dash = "dashed"
     7under_score = "___"
     834-11 = 23
     9
    10[2018_10]
    11001 = 1
    12
    13[a-a-a]
    14_ = false

View as plain text