From: Antoine Musso Date: Mon, 28 Nov 2011 15:19:09 +0000 (+0000) Subject: use meaningful test in a parser test X-Git-Tag: 1.31.0-rc.0~26253 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=4a5d2701eb8f3490a6dadc2453a3bccfa2137454;p=lhc%2Fweb%2Fwiklou.git 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 --- 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)
-
pre
+
Text that should be rendered preformatted