From 4a5d2701eb8f3490a6dadc2453a3bccfa2137454 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 28 Nov 2011 15:19:09 +0000 Subject: [PATCH] use meaningful test in a parser test Readin the text case, I though 'pre' was some kind of magic keyword to render a preformatted text. It happens it is just a text. Replacing it with something that will not confuse me or others. follow up r103933 --- tests/parser/parserTests.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 3c421dec67..3dd7491e4d 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -1484,7 +1484,7 @@ Indented table markup mixed with indented pre content (proposed in bug 6200)
- pre + Text that should be rendered preformatted
@@ -1492,7 +1492,7 @@ Indented table markup mixed with indented pre content (proposed in bug 6200) -- 2.20.1
-
pre
+
Text that should be rendered preformatted