Add float to test case to check leading zeroes in exponent parts (#363)

* add float to test case to check leading zeroes in exponent parts

* add testcase for query pkg
This commit is contained in:
Riya John
2020-04-22 08:15:49 +05:30
committed by GitHub
parent e872682c78
commit 24d4446802
5 changed files with 10 additions and 1 deletions
+1
View File
@@ -27,3 +27,4 @@ enabled = true
[clients]
data = [ ["gamma", "delta"], [1, 2] ] # just an update to make sure parsers support it
score = 4e-08 # to make sure leading zeroes in exponent parts of floats are supported