restructured some test files

This commit is contained in:
2026-05-11 14:01:22 +02:00
parent 45faea7620
commit 0f293fdbbc
5 changed files with 33 additions and 16 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func TestIteratorParser(t *testing.T) {
/* 22 */ {`it=$({1:"one",2:"two",3:"three"}, "asc", "item"); it++`, kern.NewList([]any{int64(1), "one"}), nil},
}
// runTestSuiteSpec(t, section, inputs, 10)
// runTestSuiteSpec(t, section, inputs, 1)
runTestSuite(t, section, inputs)
}