mirror of
https://github.com/python/cpython.git
synced 2025-08-09 19:38:42 +00:00
[3.12] gh-110259: Fix f-strings with multiline expressions and format specs (GH-110271) (#110396)
gh-110259: Fix f-strings with multiline expressions and format specs (GH-110271)
(cherry picked from commit cc389ef627
)
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
This commit is contained in:
parent
7bfcfcf656
commit
09ec8153c6
5 changed files with 128 additions and 10 deletions
|
@ -730,7 +730,8 @@ class DirectoryTestCase(ASTTestCase):
|
|||
test_directories = (lib_dir, lib_dir / "test")
|
||||
run_always_files = {"test_grammar.py", "test_syntax.py", "test_compile.py",
|
||||
"test_ast.py", "test_asdl_parser.py", "test_fstring.py",
|
||||
"test_patma.py", "test_type_alias.py", "test_type_params.py"}
|
||||
"test_patma.py", "test_type_alias.py", "test_type_params.py",
|
||||
"test_tokenize.py"}
|
||||
|
||||
_files_to_test = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue