mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-25 15:42:41 +02:00
refactor unittest
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user