From af0896bb8b9fdcc429ad4e64f6326cf00f2359ae Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 29 Sep 2021 20:57:16 +0000 Subject: a possible fix for the nested list test --- tests/unit/includes/MarkdownTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/unit/includes/MarkdownTest.php b/tests/unit/includes/MarkdownTest.php index 2a92a58d2..98fe40a49 100644 --- a/tests/unit/includes/MarkdownTest.php +++ b/tests/unit/includes/MarkdownTest.php @@ -87,8 +87,8 @@ class MarkdownTest extends UnitTestCase { "1. Item 1\n2. Item 2\n3. Item **3**" ], 'nested lists' => [ - '', - "- Item 1\n 1. Item 1a\n 2. Item **1b**\n- Item 2" + '', + "- Item A\n- Item B\n - Nested A\n - Nested B\n- Item C" ], 'img' => [ 'alt text', -- cgit v1.2.3