]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - maintenance/parserTests.txt
MediaWiki 1.16.1
[autoinstallsdev/mediawiki.git] / maintenance / parserTests.txt
index 500341d1a6fbdee2fcaf82c64e064b7837f30dcd..4515943ab25d942ca8fd45dada29da4ff671324e 100644 (file)
@@ -7017,6 +7017,20 @@ China
 </p>
 !! end
 
+!! test
+Bug 24072: more test on conversion rule for title
+!! options
+language=zh variant=zh-tw showtitle
+!! input
+This should be stripped-{T|zh:China;zh-tw:Taiwan}-!
+This won't take interferes with the title rule-{H|zh:Beijing;zh-tw:Taipei}-.
+!! result
+Taiwan
+<p>This should be stripped!
+This won't take interferes with the title rule.
+</p>
+!! end
+
 !! test
 Raw output of variant escape tags (R flag)
 !! options