mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Exclude echo()
This commit is contained in:
parent
2e9d87f584
commit
b6085e0cbc
1 changed files with 0 additions and 1 deletions
|
@ -476,7 +476,6 @@ module test_array_dim() {
|
|||
}
|
||||
test_array_dim();
|
||||
|
||||
echo(transpose([[1,2,3],[4,5,6]],reverse=true));
|
||||
|
||||
module test_transpose() {
|
||||
assert(transpose([[1,2,3],[4,5,6],[7,8,9]]) == [[1,4,7],[2,5,8],[3,6,9]]);
|
||||
|
|
Loading…
Reference in a new issue