Skip to content

Commit f9de5e0

Browse files
committed
fix test
1 parent 70a3846 commit f9de5e0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
[{
2-
"range: {"start": {"line": 1, "character": 4}, "end": {"line": 1, "character": 5}},
2+
"range": {"start": {"line": 0, "character": 4}, "end": {"line": 0, "character": 5}},
33
"message": "I was expecting a name for this let-binding. Example: `let message = \"hello\"`",
44
"severity": 1,
5+
"source": "ReScript"
56
}, {
6-
"range: {"start": {"line": 2, "character": 9}, "end": {"line": 2, "character": 11}},
7+
"range": {"start": {"line": 1, "character": 9}, "end": {"line": 1, "character": 11}},
78
"message": "This let-binding misses an expression",
89
"severity": 1,
10+
"source": "ReScript"
911
}, {
10-
"range: {"start": {"line": 3, "character": 4}, "end": {"line": 3, "character": 6}},
12+
"range": {"start": {"line": 2, "character": 4}, "end": {"line": 2, "character": 6}},
1113
"message": "consecutive statements on a line must be separated by ';' or a newline",
1214
"severity": 1,
15+
"source": "ReScript"
1316
}]
1417

0 commit comments

Comments
 (0)