helpers_test.go: changed some comments
This commit is contained in:
parent
27f53db0f4
commit
ae2f7c89bd
@ -28,7 +28,7 @@ func TestEvalStringA(t *testing.T) {
|
||||
{"a", uint8(1)},
|
||||
{"b", int8(2)},
|
||||
{"subtract", FuncTemplate(subtract)},
|
||||
// enforce coverage
|
||||
// force coverage
|
||||
{"a16", uint16(1)},
|
||||
{"b16", int16(2)},
|
||||
{"a32", uint32(1)},
|
||||
@ -54,7 +54,7 @@ func TestEvalString(t *testing.T) {
|
||||
ctx.SetValue("a", uint8(1))
|
||||
ctx.SetValue("b", int8(2))
|
||||
ctx.SetValue("f", 2.0)
|
||||
// enforce coverage
|
||||
// force coverage
|
||||
ctx.SetValue("a16", uint16(1))
|
||||
ctx.SetValue("b16", int16(2))
|
||||
ctx.SetValue("a32", uint32(1))
|
||||
@ -64,7 +64,7 @@ func TestEvalString(t *testing.T) {
|
||||
ctx.SetValue("f32", float32(1.0))
|
||||
ctx.SetValue("f64", float64(1.0))
|
||||
|
||||
// enforce coverage
|
||||
// force coverage
|
||||
ctx.GetFuncInfo("dummy")
|
||||
ctx.Call("dummy", []any{})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user