Files
openide/python/testData/resolve/FormatStringWithRefAsArgument.py
Valentina Kiryushkina d226e3bf44 Add test for #PY-2748
2016-03-09 13:33:26 +03:00

2 lines
74 B
Python

reference = (1, 2)
v = "first is {<ref>}, second is {}".format(*reference)