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:
2024-05-26 06:30:42 +02:00
parent 2c87d6bf9e
commit 78cbb7b36f
3 changed files with 2 additions and 5 deletions
-3
View File
@@ -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
}