mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-21 19:05:09 +00:00
Update insta snapshots (#14366)
This commit is contained in:
parent
81e5830585
commit
c847cad389
2595 changed files with 3052 additions and 2578 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_parser/src/parser/tests.rs
|
||||
expression: error
|
||||
snapshot_kind: text
|
||||
---
|
||||
ParseError {
|
||||
error: UnexpectedExpressionToken,
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_parser/src/parser/tests.rs
|
||||
expression: error
|
||||
snapshot_kind: text
|
||||
---
|
||||
ParseError {
|
||||
error: UnexpectedExpressionToken,
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_parser/src/parser/tests.rs
|
||||
expression: error
|
||||
snapshot_kind: text
|
||||
---
|
||||
ParseError {
|
||||
error: UnexpectedExpressionToken,
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_parser/src/parser/tests.rs
|
||||
expression: parsed.expr()
|
||||
snapshot_kind: text
|
||||
---
|
||||
Name(
|
||||
ExprName {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_parser/src/parser/tests.rs
|
||||
expression: parsed.syntax()
|
||||
snapshot_kind: text
|
||||
---
|
||||
Module(
|
||||
ModModule {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
source: crates/ruff_python_parser/src/parser/tests.rs
|
||||
expression: suite
|
||||
snapshot_kind: text
|
||||
---
|
||||
[
|
||||
Assign(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue