summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorit33 <it33@users.noreply.github.com>2017-01-25 04:16:35 -0800
committerJoram Wilander <jwawilander@gmail.com>2017-01-25 07:16:35 -0500
commit88ce5d363c7fd9e77dc8e4d36c0616ad006a7e48 (patch)
tree3079b8795ee735805dae49f32d4b15392ecada70 /tests
parent8ebc1fb433252db296799833ddd440db863ae534 (diff)
downloadchat-88ce5d363c7fd9e77dc8e4d36c0616ad006a7e48.tar.gz
chat-88ce5d363c7fd9e77dc8e4d36c0616ad006a7e48.tar.bz2
chat-88ce5d363c7fd9e77dc8e4d36c0616ad006a7e48.zip
Adding test case for lines before & after bullets (#5155)
Diffstat (limited to 'tests')
-rw-r--r--tests/test-markdown-lists.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/test-markdown-lists.md b/tests/test-markdown-lists.md
index e0640a55f..b99c940f2 100644
--- a/tests/test-markdown-lists.md
+++ b/tests/test-markdown-lists.md
@@ -242,3 +242,32 @@ List A:
1. One
List B:
2. Two
+
+### Lists with blank lines before and after
+
+**Expected:**
+
+```
+Line with blank line after
+
+Line with blank line after and before
+
+1. Bullet
+2. Bullet
+3. Bullet
+
+Line with blank line after and before
+
+Line with blank line before
+```
+Line with blank line after
+
+Line with blank line after and before
+
+1. Bullet
+2. Bullet
+3. Bullet
+
+Line with blank line after and before
+
+Line with blank line before