diff options
Diffstat (limited to 'toml/testdata/boolean.toml')
| -rw-r--r-- | toml/testdata/boolean.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toml/testdata/boolean.toml b/toml/testdata/boolean.toml index 92264888a..242d29c96 100644 --- a/toml/testdata/boolean.toml +++ b/toml/testdata/boolean.toml @@ -1,3 +1,3 @@ -[boolean] +[boolean] # i hate comments bool1 = true bool2 = false
\ No newline at end of file |
