mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-09 00:06:42 +02:00
change dir
This commit is contained in:
11
test/util/test_split_str.scad
Normal file
11
test/util/test_split_str.scad
Normal file
@@ -0,0 +1,11 @@
|
||||
module test_split_str() {
|
||||
echo("==== test_split_str ====");
|
||||
|
||||
include <unittest.scad>;
|
||||
include <util/sub_str.scad>;
|
||||
include <util/split_str.scad>;
|
||||
|
||||
assert(["hello", "world","abc", "xyz"] == split_str("hello,world,abc,xyz", ","));
|
||||
}
|
||||
|
||||
test_split_str();
|
Reference in New Issue
Block a user