mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
PY-17017 Add a test on actual custom folding of such trailing blocks
This commit is contained in:
5
python/testData/folding/customFoldingAtBlockEnd.py
Normal file
5
python/testData/folding/customFoldingAtBlockEnd.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
class C:<fold text='...'>
|
||||||
|
<fold text='Custom'># region Custom
|
||||||
|
def m(self):<fold text='...'>
|
||||||
|
pass</fold>
|
||||||
|
# endregion</fold></fold>
|
||||||
@@ -66,4 +66,8 @@ public class PyFoldingTest extends PyTestCase {
|
|||||||
doTest();
|
doTest();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// PY-17017
|
||||||
|
public void testCustomFoldingAtBlockEnd() {
|
||||||
|
doTest();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user