summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-06-14 08:59:20 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-06-14 08:59:20 -0400
commit1d67825673e4e5f1b90b18b7138953baedce3108 (patch)
tree3fb13824b63fd2cba63d308fe2d1c46984afbcf5 /tests
parent5af526c259d9c6477d67eb8f8a1e7b86270c7294 (diff)
downloadchat-1d67825673e4e5f1b90b18b7138953baedce3108.tar.gz
chat-1d67825673e4e5f1b90b18b7138953baedce3108.tar.bz2
chat-1d67825673e4e5f1b90b18b7138953baedce3108.zip
Require indentation for multiline list items (#3326)
Diffstat (limited to 'tests')
-rw-r--r--tests/test-markdown-lists.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/test-markdown-lists.md b/tests/test-markdown-lists.md
index 2ec9bc629..c60b0eb89 100644
--- a/tests/test-markdown-lists.md
+++ b/tests/test-markdown-lists.md
@@ -162,7 +162,7 @@ Verify that all list types render as expected.
### Ordered Lists Separated by Carriage Returns
-**Expected:*
+**Expected:**
```
1. One
• Two
@@ -176,7 +176,6 @@ Verify that all list types render as expected.
1. One
- Two
-
1. One
2. Two
@@ -185,15 +184,15 @@ Verify that all list types render as expected.
**Expected:**
```
1. One
- - Two
+- Two
This text should be on a new line.
```
**Actual:**
1. One
- - Two
-This text should be on a new line.
+- Two
+ This text should be on a new line.
**Expected:**
```