LSL-PyOptimizer/unit_tests/expr.suite/list-funcs-7.out
Sei Lisa 1d6bb809bf Fix bug in llListSortStrided producing incorrect results sometimes
It used `a = lst[i]` instead of taking the stride index into account (that is, it should have been `a = lst[i+idx]`). Anyway, the exact same value is in b, so use that instead.

Test case by Tapple Gao.
2024-10-09 01:40:19 +02:00

65 lines
No EOL
349 B
Text

[ "T1"
, "B"
, "C"
, "a"
, "d"
, "e"
, "á"
, "T2"
, 1
, "A"
, 2
, "B"
, 3
, "C"
, "T3"
, 1
, 2
, 3
, "A"
, "B"
, "C"
, "T4"
, 1
, "C"
, 2
, "B"
, 3
, "A"
, "T5"
, 3
, "A"
, 2
, "B"
, 1
, "C"
, "T6"
, "T7"
, "T8"
, 1
, "C"
, 2
, "B"
, 3
, "A"
, "T9"
, 3
, "A"
, 2
, "B"
, 1
, "C"
, "T10"
, 1
, "a"
, 0
, "a"
, 0
, "b"
, 1
, "b"
, 1
, "c"
, 0
, "c"
]