mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-20203 Short RST headings missing in structure view.
This commit is contained in:
@@ -123,6 +123,15 @@ public class RestLexerTest extends TestCase {
|
||||
);
|
||||
}
|
||||
|
||||
public void testShortHeading() throws IOException {
|
||||
doTest("DSF\n" +
|
||||
"===",
|
||||
"[DSF, LINE]",
|
||||
"[\n, WHITESPACE]",
|
||||
"[===, LINE]"
|
||||
);
|
||||
}
|
||||
|
||||
public void testInterpreted() throws IOException {
|
||||
doTest(":kbd:`1`\n" +
|
||||
"\n" +
|
||||
|
||||
Reference in New Issue
Block a user