r14509 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r14508
|
r14509
|
r14510
>
Date:
05:56, 1 June 2006
Author:
brion
Status:
old
Tags:
Comment:
Regression test for <pre><nowiki>...</nowiki></pre> behavior
Modified paths:
/trunk/phase3/maintenance/parserTests.txt
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/parserTests.txt
—
—
@@ -287,6 +287,22 @@
288
288
</pre>
289
289
!! end
290
290
291
+!! test
292
+<pre> with <nowiki> inside (compatibility with 1.6 and earlier)
293
+!! input
294
+<pre><nowiki>
295
+<b>
296
+<cite>
297
+<em>
298
+</nowiki></pre>
299
+!! result
300
+<pre>
301
+<b>
302
+<cite>
303
+<em>
304
+</pre>
305
+!! end
306
+
291
307
###
292
308
### Definition lists
293
309
###
Status & tagging log
01:58, 13 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r14509
[
removed:
new
added:
old]