Commit a765b9c8 authored by Dmitry.Krasilschikov's avatar Dmitry.Krasilschikov Committed by intellij-monorepo-bot
Browse files

IDEA-CR-44517 RUBY-17964 markdown enter handler: more tests

(cherry picked from commit ebc21c69d2f91089e1eabb7d089470e0feee1661)
(cherry picked from commit a31de5024303e30525f1598fb18cfda1db1d7dbb)

GitOrigin-RevId: c65f7ab620c391f0737680f7c9375258073a5087
parent f10444a4
Branches unavailable Tags unavailable
No related merge requests found
Showing with 27 additions and 0 deletions
+27 -0
```html
abc
<caret>
```
\ No newline at end of file
```html
abc <caret>
```
\ No newline at end of file
- >qwe
>asd
><caret>
\ No newline at end of file
- >qwe
>asd <caret>
\ No newline at end of file
- >
><caret>
\ No newline at end of file
- > <caret>
\ No newline at end of file
......@@ -38,6 +38,18 @@ public class MarkdownEnterHandlerTest extends BasePlatformTestCase {
doTest();
}
public void testQuoteInListWithSpace() {
doTest();
}
public void testCodeFenceWithSpace() {
doTest();
}
public void testQuoteInListMiddleWithSpace() {
doTest();
}
private void doTest() {
String testName = getTestName(true);
myFixture.configureByFile(testName + ".before.md");
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment