Loading src/csg/tests/parser/extrude.t.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ angle = 370 square(size = [2, 3], center = false); } )"), Matchers::Contains("action<extrude_rot>")); Matchers::ContainsSubstring("action<extrude_rot>")); } TEST_CASE("extrude two shapes", "[csg]") { Loading src/csg/tests/parser/hull.t.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ hull() { sphere($fn = 0, $fa = 12, $fs = 2, r = 4); } )"), Matchers::Contains("action<hull>")); Matchers::ContainsSubstring("action<hull>")); } TEST_CASE("hull with three elements not supported", "[csg]") { Loading @@ -53,7 +53,7 @@ hull() { sphere($fn = 0, $fa = 12, $fs = 2, r = 4); } )"), Matchers::Contains("action<hull>")); Matchers::ContainsSubstring("action<hull>")); } TEST_CASE("hull with other shape combos not supported", "[csg]") { Loading @@ -63,7 +63,7 @@ hull() { sphere($fn = 0, $fa = 12, $fs = 2, r = 4); } )"), Matchers::Contains("action<hull>")); Matchers::ContainsSubstring("action<hull>")); } } // namespace Loading
src/csg/tests/parser/extrude.t.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ angle = 370 square(size = [2, 3], center = false); } )"), Matchers::Contains("action<extrude_rot>")); Matchers::ContainsSubstring("action<extrude_rot>")); } TEST_CASE("extrude two shapes", "[csg]") { Loading
src/csg/tests/parser/hull.t.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ hull() { sphere($fn = 0, $fa = 12, $fs = 2, r = 4); } )"), Matchers::Contains("action<hull>")); Matchers::ContainsSubstring("action<hull>")); } TEST_CASE("hull with three elements not supported", "[csg]") { Loading @@ -53,7 +53,7 @@ hull() { sphere($fn = 0, $fa = 12, $fs = 2, r = 4); } )"), Matchers::Contains("action<hull>")); Matchers::ContainsSubstring("action<hull>")); } TEST_CASE("hull with other shape combos not supported", "[csg]") { Loading @@ -63,7 +63,7 @@ hull() { sphere($fn = 0, $fa = 12, $fs = 2, r = 4); } )"), Matchers::Contains("action<hull>")); Matchers::ContainsSubstring("action<hull>")); } } // namespace