int-iterator is now defined interval
This commit is contained in:
+1
-1
@@ -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},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user