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