rationalized context convertion to dict and string types

This commit is contained in:
2026-05-21 03:52:48 +02:00
parent a62f27b104
commit e1c24daac4
5 changed files with 92 additions and 72 deletions
+2 -3
View File
@@ -74,7 +74,6 @@ func TestCtrlEnable(t *testing.T) {
if !CtrlDisable(ctx, varName) {
t.Errorf(`%s -- CtrlEnable(ctx, %q) should have returned 'true', got 'false'`, section, varName)
// t.Errorf(`%s -- CtrlEnable(ctx, %q) should have returned 'false', got 'true'`, section, varName)
}
}
@@ -88,7 +87,7 @@ func TestList(t *testing.T) {
/* 3 */ {`string(($$global).funcs.bool)`, `bool(value):boolean{}`, nil},
}
runTestSuiteSpec(t, section, inputs, 3)
// runTestSuite(t, section, inputs)
// runTestSuiteSpec(t, section, inputs, 3)
runTestSuite(t, section, inputs)
}