@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
[]
|
||||
|
@ -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
|
||||
╭────
|
||||
1 │ import hotdog from "parse-failure.kcl"
|
||||
· ┬
|
||||
· ╰── main
|
||||
╰────
|
||||
|
Reference in New Issue
Block a user