mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
Test for PY-17437
This commit is contained in:
1
python/testData/completion/strFormat.after.py
Normal file
1
python/testData/completion/strFormat.after.py
Normal file
@@ -0,0 +1 @@
|
||||
'{0}'.format(1).encode()
|
||||
1
python/testData/completion/strFormat.py
Normal file
1
python/testData/completion/strFormat.py
Normal file
@@ -0,0 +1 @@
|
||||
'{0}'.format(1).enco<caret>
|
||||
@@ -927,6 +927,11 @@ public class PythonCompletionTest extends PyTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
// PY-17437
|
||||
public void testStrFormat() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getTestDataPath() {
|
||||
return super.getTestDataPath() + "/completion";
|
||||
|
||||
Reference in New Issue
Block a user