summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorlindalumitchell <linda@mattermost.com>2017-03-06 17:37:28 -0800
committerCorey Hulen <corey@hulen.com>2017-03-06 20:37:28 -0500
commiteb6c8ee8082063d3a96ff50c8f716ab7736333a0 (patch)
treec1b0cedbd7ddb61d50e04c86b9ae47629f8549fe /tests
parenta885eaddafcb4126aaa09b2cb9464e3fcd1bf837 (diff)
downloadchat-eb6c8ee8082063d3a96ff50c8f716ab7736333a0.tar.gz
chat-eb6c8ee8082063d3a96ff50c8f716ab7736333a0.tar.bz2
chat-eb6c8ee8082063d3a96ff50c8f716ab7736333a0.zip
Update test-markdown-lists.md (#5658)
Added test for multi-item unordered list with line break.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-markdown-lists.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/test-markdown-lists.md b/tests/test-markdown-lists.md
index b99c940f2..675171bfc 100644
--- a/tests/test-markdown-lists.md
+++ b/tests/test-markdown-lists.md
@@ -71,6 +71,24 @@ Verify that all list types render as expected.
- Two
+ Three
+### Multi-Item Unordered List with Line Break
+
+**Expected:**
+```
+• Item A
+• Item B
+
+• Item C
+• Item D
+```
+
+**Actual:**
+• Item A
+• Item B
+
+• Item C
+• Item D
+
### Nested Unordered List
**Expected:**