mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
Update composer.json for PHP 7.2
This commit is contained in:
parent
35a93f3928
commit
e79493bda5
549 changed files with 21493 additions and 24634 deletions
|
|
@ -20,7 +20,7 @@ class MarkdownTestHelper
|
|||
RecursiveRegexIterator::GET_MATCH
|
||||
);
|
||||
|
||||
$dataValues = [];
|
||||
$dataValues = array();
|
||||
|
||||
/** @var SplFileInfo $inputFile */
|
||||
foreach ($regexIterator as $inputFiles) {
|
||||
|
|
@ -31,7 +31,7 @@ class MarkdownTestHelper
|
|||
$expectedHtmlPath = substr($inputMarkdownPath, 0, -4) . 'html';
|
||||
$xhtml = false;
|
||||
}
|
||||
$dataValues[] = [$inputMarkdownPath, $expectedHtmlPath, $xhtml];
|
||||
$dataValues[] = array($inputMarkdownPath, $expectedHtmlPath, $xhtml);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
0
vendor/michelf/php-markdown/test/resources/markdown.mdtest/Links, shortcut references.text
vendored
Executable file → Normal file
0
vendor/michelf/php-markdown/test/resources/markdown.mdtest/Links, shortcut references.text
vendored
Executable file → Normal file
0
vendor/michelf/php-markdown/test/resources/markdown.mdtest/Links, shortcut references.xhtml
vendored
Executable file → Normal file
0
vendor/michelf/php-markdown/test/resources/markdown.mdtest/Links, shortcut references.xhtml
vendored
Executable file → Normal file
|
|
@ -14,6 +14,13 @@
|
|||
<hr class="foo"
|
||||
id="bar" >
|
||||
|
||||
<p>Details and Summary:</p>
|
||||
|
||||
<details>
|
||||
<summary>Some details</summary>
|
||||
<p>More info about the details.</p>
|
||||
</details>
|
||||
|
||||
<p>Regression:</p>
|
||||
|
||||
<pre>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,13 @@ Hr's:
|
|||
<hr class="foo"
|
||||
id="bar" >
|
||||
|
||||
Details and Summary:
|
||||
|
||||
<details>
|
||||
<summary>Some details</summary>
|
||||
<p>More info about the details.</p>
|
||||
</details>
|
||||
|
||||
Regression:
|
||||
|
||||
<pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue