int-iterator is now defined interval

This commit is contained in:
2026-07-28 07:16:49 +02:00
parent 8e596d5979
commit 648533cbe3
12 changed files with 90 additions and 70 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ func TestList(t *testing.T) {
inputs := []inputType{
/* 1 */ {`$$(5)`, list.NewLinkedListA(5), nil},
/* 2 */ {`$$($(2))`, list.NewLinkedListA(0, 1), nil},
/* 2 */ {`$$($(..2))`, list.NewLinkedListA(0, 1), nil},
/* 3 */ {`string(($$global).funcs.bool)`, `bool(value):boolean{}`, nil},
}