ruff/crates/ruff_python_ast_integration_tests/tests
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
..
snapshots Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
comparable.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
identifier.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
match_pattern.rs [red-knot] Add control flow support for match statement (#13241) 2024-09-10 02:14:19 +05:30
parenthesize.rs Maintain synchronicity between the lexer and the parser (#11457) 2024-06-03 18:23:50 +05:30
source_order.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
stmt_if.rs Switch to Rust 2024 edition (#18129) 2025-05-16 13:25:28 +02:00
visitor.rs Implement template strings (#17851) 2025-05-30 15:00:56 -05:00