mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-09-01 01:12:24 +02:00
Regression test fixes.
This commit is contained in:
@@ -17,7 +17,7 @@ module test_add_scalar() {
|
||||
assert(add_scalar([1,2,3],3) == [4,5,6]);
|
||||
assert(add_scalar([[1,2,3],[3,4,5]],3) == [[4,5,6],[6,7,8]]);
|
||||
}
|
||||
test_add_scalar()
|
||||
test_add_scalar();
|
||||
|
||||
|
||||
module test_vmul() {
|
||||
@@ -97,4 +97,7 @@ module test_vector_axis() {
|
||||
test_vector_axis();
|
||||
|
||||
|
||||
cube();
|
||||
|
||||
|
||||
// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
||||
|
Reference in New Issue
Block a user