...

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

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

     1[a.b.c]            # this is best practice
     2[ d.e.f ]          # same as [d.e.f]
     3[ g .  h  . i ]    # same as [g.h.i]
     4[ j . "ʞ" . 'l' ]  # same as [j."ʞ".'l']

View as plain text