increased test coverage (83.9%)
This commit is contained in:
+2
-2
@@ -47,8 +47,8 @@ func TestDictParser(t *testing.T) {
|
||||
/* 24 */ {`f=func(n){"x"+n}; d={f(5) but "z":10}`, kern.NewDict(map[any]any{"z": int64(10)}), nil},
|
||||
}
|
||||
|
||||
runTestSuiteSpec(t, section, inputs, 1, 23, 24)
|
||||
// runTestSuite(t, section, inputs)
|
||||
// runTestSuiteSpec(t, section, inputs, 23, 24)
|
||||
runTestSuite(t, section, inputs)
|
||||
}
|
||||
|
||||
func TestAccessSubFields(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user