Skip to content

Commit 26a4382

Browse files
fixed the span in that test
1 parent 9196547 commit 26a4382

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/syntax/parser.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,10 +467,10 @@ let a = x + 2\r
467467
},
468468
span: Span::new(40, 46)
469469
}),
470-
span: Span::new(40, 48)
470+
span: Span::new(40, 46)
471471
}
472472
],
473-
span: Span::new(2, 48),
473+
span: Span::new(2, 46),
474474
};
475475

476476
assert_eq!(parser.parse_program(), expected);

0 commit comments

Comments
 (0)