Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-04-05 16:48:11 -07:00
parent f00a7059a2
commit f65a84b1dd
173 changed files with 22551 additions and 26362 deletions

View File

@ -2,31 +2,4 @@
source: kcl-lib/src/simulation_tests.rs
description: Artifact commands import_file_parse_error.kcl
---
[
{
"cmdId": "[uuid]",
"range": [],
"command": {
"type": "edge_lines_visible",
"hidden": false
}
},
{
"cmdId": "[uuid]",
"range": [],
"command": {
"type": "object_visible",
"object_id": "[uuid]",
"hidden": true
}
},
{
"cmdId": "[uuid]",
"range": [],
"command": {
"type": "object_visible",
"object_id": "[uuid]",
"hidden": true
}
}
]
[]

View File

@ -1,13 +1,12 @@
---
source: kcl/src/simulation_tests.rs
source: kcl-lib/src/simulation_tests.rs
description: Error from executing import_file_parse_error.kcl
---
KCL Syntax error
× syntax: Unexpected token: }
╭─[3:1]
2 return
3 │ }
·
· ╰── tests/import_file_parse_error/parse-failure.kcl
╭────
1import hotdog from "parse-failure.kcl"
· ┬
· ╰── main
╰────