From 544ef3bc588d4180d7ecad15bdacd43813a7c5c5 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 12 Dec 2019 14:51:10 +0000 Subject: update composer libs and minor notifications display fixes --- .../php-markdown.mdtest/PHP-Specific Bugs.xhtml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/PHP-Specific Bugs.xhtml (limited to 'vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/PHP-Specific Bugs.xhtml') diff --git a/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/PHP-Specific Bugs.xhtml b/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/PHP-Specific Bugs.xhtml new file mode 100644 index 000000000..c982417b6 --- /dev/null +++ b/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/PHP-Specific Bugs.xhtml @@ -0,0 +1,17 @@ +

This tests for a bug where quotes escaped by PHP when using +preg_replace with the /e modifier must be correctly unescaped +(hence the _UnslashQuotes function found only in PHP Markdown).

+ +

Headers below should appear exactly as they are typed (no backslash +added or removed).

+ +

Header "quoted\" again \""

+ +

Header "quoted\" again \""

+ +

Header "quoted\" again \""

+ +

Test with tabs for _Detab:

+ +
Code    'block' with    some    "tabs"  and "quotes"
+
-- cgit v1.2.3