mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-28 17:30:08 +02:00
@@ -1,29 +0,0 @@
|
||||
|
||||
include<test_affine.scad>
|
||||
include<test_arrays.scad>
|
||||
include<test_common.scad>
|
||||
include<test_coords.scad>
|
||||
include<test_cubetruss.scad>
|
||||
include<test_debug.scad>
|
||||
include<test_edges.scad>
|
||||
include<test_geometry.scad>
|
||||
include<test_hull.scad>
|
||||
include<test_linear_bearings.scad>
|
||||
include<test_math.scad>
|
||||
include<test_mutators.scad>
|
||||
include<test_primitives.scad>
|
||||
include<test_quaternions.scad>
|
||||
include<test_queues.scad>
|
||||
include<test_shapes.scad>
|
||||
include<test_shapes2d.scad>
|
||||
include<test_skin.scad>
|
||||
include<test_stacks.scad>
|
||||
include<test_strings.scad>
|
||||
include<test_structs.scad>
|
||||
include<test_torx_drive.scad>
|
||||
include<test_transforms.scad>
|
||||
include<test_vectors.scad>
|
||||
include<test_version.scad>
|
||||
include<test_vnf.scad>
|
||||
|
||||
|
@@ -221,13 +221,10 @@ module test_is_consistent() {
|
||||
assert(is_consistent([]));
|
||||
assert(is_consistent([[],[]]));
|
||||
assert(is_consistent([3,4,5]));
|
||||
assert(is_consistent([3,4,5], 1));
|
||||
assert(is_consistent([[3,4],[4,5],[6,7]]));
|
||||
assert(is_consistent([[[3],4],[[4],5]]));
|
||||
assert(!is_consistent(5));
|
||||
assert(!is_consistent(undef));
|
||||
assert(!is_consistent([3,4,undef], 0));
|
||||
assert(!is_consistent([[3,4,4],[1,2,3], [0,4,5]], [1,1]));
|
||||
assert(!is_consistent([[3,4,5],[3,4]]));
|
||||
assert(is_consistent([[3,[3,4,[5]]], [5,[2,9,[9]]]]));
|
||||
assert(!is_consistent([[3,[3,4,[5]]], [5,[2,9,9]]]));
|
||||
|
Reference in New Issue
Block a user