Files
openide/python/testData/intentions/PyConvertToFStringIntentionTest/percentOperatorQuotesInsideInlinedExpressions.py

5 lines
86 B
Python

'%s %s %s' % (
d[r'foo'][b'bar']['baz'],
u'''[]''',
f('foo', g(rf'bar'))
)