From 8985837b639840675e5df95764679a3329e84cb0 Mon Sep 17 00:00:00 2001
From: Garth Minette <gminette@gmail.com>
Date: Fri, 3 Jul 2020 18:00:37 -0700
Subject: [PATCH] Added regression for debug.scad

---
 tests/test_debug.scad | 11 +++++++++++
 version.scad          |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)
 create mode 100644 tests/test_debug.scad

diff --git a/tests/test_debug.scad b/tests/test_debug.scad
new file mode 100644
index 0000000..8c30564
--- /dev/null
+++ b/tests/test_debug.scad
@@ -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
diff --git a/version.scad b/version.scad
index e4d71ab..ba77291 100644
--- a/version.scad
+++ b/version.scad
@@ -8,7 +8,7 @@
 //////////////////////////////////////////////////////////////////////
 
 
-BOSL_VERSION = [2,0,377];
+BOSL_VERSION = [2,0,378];
 
 
 // Section: BOSL Library Version Functions