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
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
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
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
source_order__match_class_pattern.snap
source_order__set_comprehension.snap
source_order__string_literals.snap
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
visitor__class_type_parameters.snap
visitor__compare.snap
visitor__decorators.snap
visitor__dict_comprehension.snap
visitor__f_strings.snap Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
visitor__function_arguments.snap
visitor__function_positional_only_with_default.snap
visitor__function_type_parameters.snap
visitor__list_comprehension.snap
visitor__match_class_pattern.snap
visitor__set_comprehension.snap
visitor__string_literals.snap
visitor__t_strings.snap Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
visitor__type_aliases.snap