Added regression for debug.scad

This commit is contained in:
Garth Minette 2020-07-03 18:00:37 -07:00
parent a718b66026
commit 8985837b63
2 changed files with 12 additions and 1 deletions

11
tests/test_debug.scad Normal file
View File

@ -0,0 +1,11 @@
include <BOSL2/std.scad>
module test_standard_anchors() {
assert_equal(standard_anchors(), [[-1,-1,1],[0,-1,1],[1,-1,1],[-1,0,1],[0,0,1],[1,0,1],[-1,1,1],[0,1,1],[1,1,1],[-1,-1,0],[0,-1,0],[1,-1,0],[-1,0,0],[0,0,0],[1,0,0],[-1,1,0],[0,1,0],[1,1,0],[-1,-1,-1],[0,-1,-1],[1,-1,-1],[-1,0,-1],[0,0,-1],[1,0,-1],[-1,1,-1],[0,1,-1],[1,1,-1]]);
}
test_standard_anchors();
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap

View File

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,377];
BOSL_VERSION = [2,0,378];
// Section: BOSL Library Version Functions