mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 19:16:40 +07:00
* Move indexed elements resolve from inspection to PySubstitutionChunkReference * Resolve correctly to packed list/tuple inside list/tuple, to packed dict inside dict * Update tests
2 lines
186 B
Python
2 lines
186 B
Python
<warning descr="Too few arguments for format string">'Hello, {1}'</warning>.format('World')
|
|
<warning descr="Too few arguments for format string">'Hello, {} {}!'</warning>.format('World') |