use meaningful test in a parser test
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 28 Nov 2011 15:19:09 +0000 (15:19 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 28 Nov 2011 15:19:09 +0000 (15:19 +0000)
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

index 3c421de..3dd7491 100644 (file)
@@ -1484,7 +1484,7 @@ Indented table markup mixed with indented pre content (proposed in bug 6200)
  <table>
  <tr>
  <td>
- pre
+ Text that should be rendered preformatted
  </td>
  </tr>
  </table>
@@ -1492,7 +1492,7 @@ Indented table markup mixed with indented pre content (proposed in bug 6200)
  <table>
  <tr>
  <td>
-<pre>pre
+<pre>Text that should be rendered preformatted
 </pre>
  </td>
  </tr>