Regression test fixes.

This commit is contained in:
Revar Desmera
2019-10-23 22:49:40 -07:00
parent 18ec424317
commit b0caccebe7
6 changed files with 78 additions and 49 deletions

View File

@@ -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