Skip to content

Commit 9e404a3

Browse files
authored
Update parser snapshots (#20893)
1 parent 8b9ab48 commit 9e404a3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

crates/ruff_python_parser/tests/snapshots/invalid_syntax@nested_quote_in_format_spec_py312.py.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Module(
5555
quote_style: Double,
5656
prefix: Regular,
5757
triple_quoted: false,
58+
unclosed: false,
5859
},
5960
},
6061
),
@@ -67,6 +68,7 @@ Module(
6768
quote_style: Double,
6869
prefix: Empty,
6970
triple_quoted: false,
71+
unclosed: false,
7072
},
7173
},
7274
),

crates/ruff_python_parser/tests/snapshots/valid_syntax@non_nested_quote_in_format_spec_py311.py.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Module(
6262
quote_style: Double,
6363
prefix: Regular,
6464
triple_quoted: false,
65+
unclosed: false,
6566
},
6667
},
6768
),

crates/ruff_python_parser/tests/snapshots/valid_syntax@pep701_f_string_py311.py.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@ Module(
656656
quote_style: Double,
657657
prefix: Regular,
658658
triple_quoted: false,
659+
unclosed: false,
659660
},
660661
},
661662
),
@@ -717,6 +718,7 @@ Module(
717718
quote_style: Double,
718719
prefix: Regular,
719720
triple_quoted: false,
721+
unclosed: false,
720722
},
721723
},
722724
),

0 commit comments

Comments
 (0)