diff options
Diffstat (limited to 'tests/data/extras/valid/burntsushi-repo/key-special-word.toml')
-rw-r--r-- | tests/data/extras/valid/burntsushi-repo/key-special-word.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/extras/valid/burntsushi-repo/key-special-word.toml b/tests/data/extras/valid/burntsushi-repo/key-special-word.toml new file mode 100644 index 0000000..0b836f1 --- /dev/null +++ b/tests/data/extras/valid/burntsushi-repo/key-special-word.toml @@ -0,0 +1,5 @@ +false = false +true = 1 +inf = 100000000 +nan = "ceci n'est pas un nombre" + |