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

This commit is contained in:
RiyaJohn
2020-04-16 14:15:33 +05:30
parent e872682c78
commit 0a459e938d
4 changed files with 5 additions and 0 deletions
+2
View File
@@ -783,6 +783,7 @@ func TestParseFile(t *testing.T) {
[]string{"gamma", "delta"},
[]int64{1, 2},
},
"score": 4e-08,
},
})
}
@@ -819,6 +820,7 @@ func TestParseFileCRLF(t *testing.T) {
[]string{"gamma", "delta"},
[]int64{1, 2},
},
"score": 4e-08,
},
})
}