* Add a parser test for parser hooks inside comments which are currently
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 27 Feb 2006 02:53:03 +0000 (02:53 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 27 Feb 2006 02:53:03 +0000 (02:53 +0000)
commit4275a4dc886d0a0ac9cd1d5eccdd95cdb673561c
tree0092459f41888de4c01eecc942d41807ce611d74
parentdddff772d13585bfc0f06c89c23a29e48033f2a2
* Add a parser test for parser hooks inside comments which are currently
  parsed (called) by the parser but shouldn't, the following will output
  "hello, world" in the <statictag> hook:
    <!-- <statictag>hello, world</statictag> -->
<statictag action=flush/>
maintenance/parserTests.inc
maintenance/parserTests.txt
maintenance/parserTestsStaticParserHook.php [new file with mode: 0644]