test index/5 moved to list/26 because reflection's deep-equal function returns false even though computed and wanted lists are equal
This commit is contained in:
@@ -61,9 +61,6 @@ func evalIndex(ctx ExprContext, self *term) (v any, err error) {
|
||||
var indexList *ListType
|
||||
var ok bool
|
||||
|
||||
// if err = self.checkOperands(); err != nil {
|
||||
// return
|
||||
// }
|
||||
if leftValue, rightValue, err = self.evalInfix(ctx); err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user