ruff/crates/ruff_python_ast_integration_tests/tests/snapshots
Dylan 9bbf4987e8
Implement template strings (#17851)
This PR implements template strings (t-strings) in the parser and
formatter for Ruff.

Minimal changes necessary to compile were made in other parts of the code (e.g. ty, the linter, etc.). These will be covered properly in follow-up PRs.
2025-05-30 15:00:56 -05:00
..
source_order__bytes_literals.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
source_order__class_type_parameters.snap Visit Identifier node as part of the SourceOrderVisitor (#17110) 2025-04-01 16:58:09 +02:00
source_order__compare.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
source_order__decorators.snap Visit Identifier node as part of the SourceOrderVisitor (#17110) 2025-04-01 16:58:09 +02:00
source_order__dict_comprehension.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
source_order__f_strings.snap Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
source_order__function_arguments.snap Visit Identifier node as part of the SourceOrderVisitor (#17110) 2025-04-01 16:58:09 +02:00
source_order__function_positional_only_with_default.snap Visit Identifier node as part of the SourceOrderVisitor (#17110) 2025-04-01 16:58:09 +02:00
source_order__function_type_parameters.snap Visit Identifier node as part of the SourceOrderVisitor (#17110) 2025-04-01 16:58:09 +02:00
source_order__list_comprehension.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
source_order__match_class_pattern.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
source_order__set_comprehension.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
source_order__string_literals.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
source_order__t_strings.snap Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
source_order__type_aliases.snap Visit Identifier node as part of the SourceOrderVisitor (#17110) 2025-04-01 16:58:09 +02:00
visitor__bytes_literals.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
visitor__class_type_parameters.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
visitor__compare.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
visitor__decorators.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
visitor__dict_comprehension.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
visitor__f_strings.snap Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
visitor__function_arguments.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
visitor__function_positional_only_with_default.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
visitor__function_type_parameters.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
visitor__list_comprehension.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
visitor__match_class_pattern.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
visitor__set_comprehension.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
visitor__string_literals.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00
visitor__t_strings.snap Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
visitor__type_aliases.snap Update insta snapshots (#14366) 2024-11-15 19:31:15 +01:00