silverstripe-framework/tests/parsers
Sam Minnee 6d05c57881 Ensure that shortcodes inside script tags are parsed. Fixes #4332.
The problem is that the marker images aren’t picked up by DOMDocument
if they are inserted into a <script> tag, due to the semantics of HTML.

This fix does an additional replacement after the marker images are
replaced in this way to pick up any leftover tags.
2015-06-22 11:29:12 +01:00
..
ShortcodeParserTest.php Ensure that shortcodes inside script tags are parsed. Fixes #4332. 2015-06-22 11:29:12 +01:00
SQLFormatterTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00