Files
modeling-app/rust/kcl-lib/tests/pattern_into_union/execution_error.snap

26 lines
887 B
Plaintext
Raw Normal View History

---
source: kcl-lib/src/simulation_tests.rs
description: Error from executing pattern_into_union.kcl
---
KCL Engine error
× engine: The Zoo engine cannot handle this 3D union yet. Please report
│ this as an issue
╭─[67:1]
66 │
67 │ union([base,endTabs])
· ──────────┬──────────┬
· ╰── tests/pattern_into_union/input.kcl
· ╰── tests/pattern_into_union/input.kcl
╰────
╰─▶ KCL Engine error
× engine: The Zoo engine cannot handle this 3D union yet. Please
│ report this as an issue
╭─[67:1]
66 │
67 │ union([base,endTabs])
· ──────────┬──────────
· ╰── tests/pattern_into_union/input.kcl
╰────