Files
openide/python/testData/inspections/PyStringFormatInspection/PackedListInsideTuple.py
Valentina Kiryushkina 78d9f96481 Fix tests
2017-05-15 14:37:55 +03:00

2 lines
124 B
Python

"{2}".format(*(1, 2, *[3, 4]))
<warning descr="Too few arguments for format string">"{4}"</warning>.format(*(1, 2, *[3, 4]))