completed list-type to array-type conversion and fixed common test module
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ func TestFractionsParser(t *testing.T) {
|
||||
/* 19 */ {`1:2 == 0.5`, true, nil},
|
||||
}
|
||||
// runTestSuiteSpec(t, section, inputs, 26)
|
||||
runTestSuite(t, section, inputs)
|
||||
RunTestSuite(t, section, inputs)
|
||||
}
|
||||
|
||||
func TestFractionToStringSimple(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user