1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-25 15:42:41 +02:00

refactor unittest

This commit is contained in:
Justin Lin
2020-01-26 16:26:19 +08:00
parent e1774765de
commit b7ad7ea46e
20 changed files with 64 additions and 69 deletions

View File

@@ -1,9 +1,9 @@
include <unittest.scad>;
include <util/slice.scad>;
module test_slice() {
echo("==== test_slice ====");
include <unittest.scad>;
include <util/slice.scad>;
lt = [for(c = "helloworld") c];
expected1 = [for(c = "hello") c];
expected2 = [for(c = "world") c];