Merge "Update outdated references to maintenance/ in documentation comments."
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 6 Aug 2013 16:11:39 +0000 (16:11 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 6 Aug 2013 16:11:39 +0000 (16:11 +0000)
1  2 
tests/parser/parserTests.txt

@@@ -874,43 -874,6 +874,43 @@@ Non-html5 tags should be accepte
  </p>
  !! end
  
 +# <strike> is HTML4, <s> is HTML4/5.
 +!! test
 +<s> or <strike> for strikethrough
 +!! input
 +<strike>strike</strike>
 +
 +<s>s</s>
 +!! result
 +<p><strike>strike</strike>
 +</p><p><s>s</s>
 +</p>
 +!! end
 +
 +!! test
 +Non-word characters don't terminate tag names (bug 17663, 40670, 52022)
 +!! input
 +<b→> doesn't work! </b>
 +
 +<bä> doesn't work! </b>
 +
 +<boo> works fine </b>
 +
 +<s.foo>foo</s>
 +
 +<s.foo>s.foo</s.foo>
 +
 +<sub-ID#1>
 +!! result
 +<p>&lt;b→&gt; doesn't work! &lt;/b&gt;
 +</p><p>&lt;bä&gt; doesn't work! &lt;/b&gt;
 +</p><p>&lt;boo&gt; works fine &lt;/b&gt;
 +</p><p>&lt;s.foo&gt;foo&lt;/s&gt;
 +</p><p>&lt;s.foo&gt;s.foo&lt;/s.foo&gt;
 +</p><p>&lt;sub-ID#1&gt;
 +</p>
 +!! end
 +
  ###
  ### Special characters
  ###
@@@ -10292,7 -10255,7 +10292,7 @@@ Expansion of multi-line templates in at
  !! end
  
  ###
- ### Parser hooks (see maintenance/parserTestsParserHook.php for the <tag> extension)
+ ### Parser hooks (see tests/parser/parserTestsParserHook.php for the <tag> extension)
  ###
  !! test
  Parser hook: empty input
@@@ -10457,7 -10420,7 +10457,7 @@@ array 
  !! end
  
  ###
- ### (see maintenance/parserTestsStaticParserHook.php for the <statictag> extension)
+ ### (see tests/parser/parserTestsParserHook.php for the <statictag> extension)
  ###
  
  !! test
  !! end
  
  
 -# This fails in the PHP parser (see bug 40670,
 -# https://bugzilla.wikimedia.org/show_bug.cgi?id=40670), so disabled for it.
 +# This was a bug in the PHP parser (see bug 17663 and its dups,
 +# https://bugzilla.wikimedia.org/show_bug.cgi?id=17663)
  !! test
  Tag names followed by punctuation should not be recognized as tags
 -!! options
 -parsoid
  !! input
  <s.ome> text
  !! result