PY-20203 Short RST headings missing in structure view.

This commit is contained in:
Ekaterina Tuzova
2017-07-10 13:40:47 +03:00
parent ecbae3a25e
commit 892852a3bd
3 changed files with 1193 additions and 16237 deletions
@@ -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" +