Skip to content

Commit 393b96e

Browse files
committed
update test
1 parent 28d38ce commit 393b96e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

handrolled_parser/parse_expr_test.mbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ test {
290290
"loc": {
291291
"file": "",
292292
"start": { "line": 2, "column": 4 },
293-
"end": { "line": 2, "column": 8 },
293+
"end": { "line": 4, "column": 5 },
294294
},
295295
"children": {
296296
"pattern": {
@@ -318,7 +318,7 @@ test {
318318
"loc": {
319319
"file": "",
320320
"start": { "line": 2, "column": 9 },
321-
"end": { "line": 2, "column": 8 },
321+
"end": { "line": 4, "column": 5 },
322322
},
323323
"children": {
324324
"expr": {
@@ -432,7 +432,7 @@ test {
432432
"loc": {
433433
"file": "",
434434
"start": { "line": 2, "column": 9 },
435-
"end": { "line": 2, "column": 8 },
435+
"end": { "line": 4, "column": 5 },
436436
},
437437
"children": {},
438438
},

0 commit comments

Comments
 (0)