Test for PY-17437

This commit is contained in:
Andrey Vlasovskikh
2015-12-16 20:18:15 +03:00
parent cbcceaa532
commit 9332b5c1cd
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1 @@
'{0}'.format(1).encode()

View File

@@ -0,0 +1 @@
'{0}'.format(1).enco<caret>

View File

@@ -927,6 +927,11 @@ public class PythonCompletionTest extends PyTestCase {
doTest();
}
// PY-17437
public void testStrFormat() {
doTest();
}
@Override
protected String getTestDataPath() {
return super.getTestDataPath() + "/completion";