completed list-type to array-type conversion and fixed common test module
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ func evalIn(ctx kern.ExprContext, opTerm *scan.Term) (v any, err error) {
|
||||
return
|
||||
}
|
||||
|
||||
if array.IsList(rightValue) {
|
||||
if array.IsArray(rightValue) {
|
||||
a, _ := rightValue.(*array.ArrayType)
|
||||
v = a.IndexDeepSameCmp(leftValue) >= 0
|
||||
} else if dict.IsDict(rightValue) {
|
||||
|
||||
Reference in New Issue
Block a user