mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-30 14:00:02 +02:00
array_group -> list_to_matrix fixes
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
include<../std.scad>
|
||||
|
||||
module test_sort() {
|
||||
assert(sort([7,3,9,4,3,1,8]) == [1,3,3,4,7,8,9]);
|
||||
assert(sort([[4,0],[7],[3,9],20,[4],[3,1],[8]]) == [20,[3,1],[3,9],[4],[4,0],[7],[8]]);
|
||||
|
Reference in New Issue
Block a user