mirror of
https://github.com/janet-lang/janet
synced 2026-09-21 16:38:41 +00:00
Fix #1149 - deep-not= should only return true/false.
Also improve perf at same time.
This commit is contained in:
@@ -329,6 +329,8 @@
|
||||
(assert (deep= (map + [1 2 3 4] [10 20 30] [100 200]) @[111 222]))
|
||||
(assert (deep= (map + [1 2 3 4] [10 20 30] [100 200] [1000]) @[1111]))
|
||||
|
||||
(assert (= false (deep-not= [1] [1])) "issue #1149")
|
||||
|
||||
# Sort function
|
||||
(assert (deep=
|
||||
(range 99)
|
||||
|
||||
Reference in New Issue
Block a user