diff options
Diffstat (limited to 'toml/testdata/boolean.toml')
| -rw-r--r-- | toml/testdata/boolean.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toml/testdata/boolean.toml b/toml/testdata/boolean.toml new file mode 100644 index 000000000..92264888a --- /dev/null +++ b/toml/testdata/boolean.toml @@ -0,0 +1,3 @@ +[boolean] +bool1 = true +bool2 = false
\ No newline at end of file |
