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