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:
@@ -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,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user