mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
7 lines
352 B
Python
7 lines
352 B
Python
f'<error descr="A single '}' is not allowed inside f-strings">}</error>'
|
|
f'{x}{y}<error descr="A single '}' is not allowed inside f-strings">}</error>'
|
|
f'{x}}}<error descr="A single '}' is not allowed inside f-strings">}</error>'
|
|
f'{x:{y}}<error descr="A single '}' is not allowed inside f-strings">}</error>'
|
|
f'{x:{y}}}}'
|
|
f'{"}":{"}"}}'
|
|
f'\N{FOO BAR}' |