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>
This commit is contained in:
6
rust/kcl-lib/tests/invalid_member_object/unparsed.snap
Normal file
6
rust/kcl-lib/tests/invalid_member_object/unparsed.snap
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
source: kcl-lib/src/simulation_tests.rs
|
||||
description: Result of unparsing invalid_member_object.kcl
|
||||
---
|
||||
num = 999
|
||||
x = num[3]
|
||||
Reference in New Issue
Block a user