From b501ed515c9f264d0379ae94a7f1b73e0245d598 Mon Sep 17 00:00:00 2001 From: Eric Sethna Date: Thu, 3 Dec 2015 14:55:31 -0700 Subject: Update test-markdown-lists.md 1. Fix bug in expected for nested ordered lists 2. Add case with carriage return and new line after a list --- doc/developer/tests/test-markdown-lists.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/developer/tests/test-markdown-lists.md b/doc/developer/tests/test-markdown-lists.md index 905f5b0d5..905350d31 100644 --- a/doc/developer/tests/test-markdown-lists.md +++ b/doc/developer/tests/test-markdown-lists.md @@ -34,7 +34,7 @@ Verify that all list types render as expected. 2. Charlie 3. Delta 1. Echo - 1. Foxtrot + 2. Foxtrot ``` **Actual:** @@ -175,3 +175,18 @@ Verify that all list types render as expected. 1. One 2. Two + +### Carriage Return and New Line After a List + +**Expected:** +``` +1. One + - Two +This text should be on a new line. +``` + +**Actual:** +1. One + - Two +This text should be on a new line. + -- cgit v1.2.3-1-g7c22