mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-20 05:21:38 +02:00
update test case
This commit is contained in:
@@ -5,7 +5,7 @@ module test_split_str() {
|
||||
include <sub_str.scad>;
|
||||
include <split_str.scad>;
|
||||
|
||||
assert(["hello", "world"] == split_str("hello,world", ","));
|
||||
assert(["hello", "world","abc", "xyz"] == split_str("hello,world,abc,xyz", ","));
|
||||
}
|
||||
|
||||
test_split_str();
|
Reference in New Issue
Block a user