Files
modeling-app/rust/kcl-lib/tests/xz_plane/unparsed.snap
Nick Cameron a7e09a89ef Improve snapshot testing (#5856)
* Improve snapshot testing

Signed-off-by: Nick Cameron <nrc@ncameron.org>

* A snapshot a day keeps the bugs away! 📷🐛

* A snapshot a day keeps the bugs away! 📷🐛

---------

Signed-off-by: Nick Cameron <nrc@ncameron.org>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-19 15:06:27 -07:00

11 lines
268 B
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Result of unparsing xz_plane.kcl
---
part001 = startSketchOn('XZ')
|> startProfileAt([0, 0], %)
|> line(endAbsolute = [100, 100])
|> line(endAbsolute = [100, 0])
|> close(%)
|> extrude(length = 5 + 7)