Skip to content

Commit 6bf1da9

Browse files
committed
snapshots
1 parent e517951 commit 6bf1da9

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
source: crates/ruff_python_parser/src/parser/tests.rs
3+
expression: error
4+
---
5+
ParseError {
6+
error: Lexical(
7+
LineContinuationError,
8+
),
9+
location: 3..4,
10+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
source: crates/ruff_python_parser/src/parser/tests.rs
3+
expression: error
4+
---
5+
ParseError {
6+
error: Lexical(
7+
TStringError(
8+
SingleRbrace,
9+
),
10+
),
11+
location: 8..9,
12+
}

0 commit comments

Comments
 (0)