Improve some parse errors
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
contract IndentFail =
|
||||
entrypoint twoSpace() = ()
|
||||
entrypoint oneSpace() = ()
|
||||
@@ -0,0 +1,4 @@
|
||||
contract VClose =
|
||||
entrypoint missing_bracket() =
|
||||
let x = [1, 2, 3
|
||||
entrypoint bar() = ()
|
||||
@@ -0,0 +1,3 @@
|
||||
contract VSemi =
|
||||
record missing_brace = { x : int
|
||||
entrypoint foo() = ()
|
||||
Reference in New Issue
Block a user