mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
PY-31442 Started working on format parts of fragments
This commit is contained in:
1
python/testData/psi/FStringFragmentWithDictLiteral.py
Normal file
1
python/testData/psi/FStringFragmentWithDictLiteral.py
Normal file
@@ -0,0 +1 @@
|
||||
s = f'{ {1: 2} }'
|
||||
@@ -0,0 +1 @@
|
||||
s = f'{42:foo}'
|
||||
@@ -0,0 +1 @@
|
||||
s = f'{lambda x: 42}'
|
||||
@@ -0,0 +1 @@
|
||||
s = f'{(lambda x: 42)}'
|
||||
Reference in New Issue
Block a user