std/toml/testdata/boolean.toml

4 lines
85 B
TOML

[boolean] # i hate comments
bool1 = true
bool2 = false
bool3 = true # I love comments