-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Given this file then execute scrap code $file -f xstate:
3 lines empty.scl
will produce:
ERROR: can't parse
---
--> examples/test.scl:3:1
|
3 |
| ^---
|
= expected expression
---3 lines with comment.scl
// A -> B @ Click
// A <-> B @ Toggle
// ->> B @ Click
will produce:
ERROR: can't parse
---
--> examples/test.scl:3:17
|
3 | // ->> B @ Click
| ^---
|
= expected expression
---end with with comment.scl
// A -> B @ Click
// ->> B @ Click
will produce:
ERROR: can't parse
---
--> examples/test.scl:3:17
|
3 | // ->> B @ Click
| ^---
|
= expected expression
---end with with empty line.scl
// A -> B @ Click
// ->> B @ Click
will produce:
ERROR: can't parse
---
--> examples/test.scl:3:1
|
3 |
| ^---
|
= expected expression
---Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working