diff options
Diffstat (limited to 'third_party/rust/toml/tests/invalid/float-no-leading-zero.toml')
-rw-r--r-- | third_party/rust/toml/tests/invalid/float-no-leading-zero.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/rust/toml/tests/invalid/float-no-leading-zero.toml b/third_party/rust/toml/tests/invalid/float-no-leading-zero.toml new file mode 100644 index 0000000000..cab76bfd15 --- /dev/null +++ b/third_party/rust/toml/tests/invalid/float-no-leading-zero.toml @@ -0,0 +1,2 @@ +answer = .12345 +neganswer = -.12345 |