diff options
author | Alex Crichton <alex@alexcrichton.com> | 2019-04-08 09:09:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-08 09:09:07 -0500 |
commit | 1f99a6b9799e3eafe4c534f543547b2f0adaf423 (patch) | |
tree | ea03c5625956b1ca1271e20dc18e8bb7e59eaedf /test-suite/tests/invalid | |
parent | 166d8f08b3bb70b878664a6689904924c72ab7d6 (diff) | |
parent | c53ed53659f6fbbc1257ee028d4b6e8f06193fdb (diff) | |
download | milf-rs-1f99a6b9799e3eafe4c534f543547b2f0adaf423.tar.gz milf-rs-1f99a6b9799e3eafe4c534f543547b2f0adaf423.zip |
Merge pull request #299 from ehuss/fix-float-suffix
Fix float with invalid suffix.
Diffstat (limited to 'test-suite/tests/invalid')
-rw-r--r-- | test-suite/tests/invalid/float-no-suffix.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/tests/invalid/float-no-suffix.toml b/test-suite/tests/invalid/float-no-suffix.toml new file mode 100644 index 0000000..76106de --- /dev/null +++ b/test-suite/tests/invalid/float-no-suffix.toml @@ -0,0 +1 @@ +a = 1.2f |