mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
Update composer dependencies
This commit is contained in:
parent
255352df62
commit
61d2e8c141
419 changed files with 37794 additions and 5489 deletions
22
vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/PHP-Specific Bugs.text
vendored
Normal file
22
vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/PHP-Specific Bugs.text
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue