Update insta snapshots (#14366)

This commit is contained in:
Micha Reiser
2024-11-15 19:31:15 +01:00
committed by GitHub
parent 81e5830585
commit c847cad389
2595 changed files with 3052 additions and 2578 deletions

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_parser/src/parser/tests.rs
expression: error
snapshot_kind: text
---
ParseError {
error: UnexpectedExpressionToken,

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_parser/src/parser/tests.rs
expression: error
snapshot_kind: text
---
ParseError {
error: UnexpectedExpressionToken,

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_parser/src/parser/tests.rs
expression: error
snapshot_kind: text
---
ParseError {
error: UnexpectedExpressionToken,

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_parser/src/parser/tests.rs
expression: parsed.expr()
snapshot_kind: text
---
Name(
ExprName {

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_parser/src/parser/tests.rs
expression: parsed.syntax()
snapshot_kind: text
---
Module(
ModModule {

View File

@@ -1,6 +1,7 @@
---
source: crates/ruff_python_parser/src/parser/tests.rs
expression: suite
snapshot_kind: text
---
[
Assign(