mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Sync phpunit data set and CommonMark spec example numbers
This commit is contained in:
parent
734b4fc3d7
commit
4c0734d935
@ -49,7 +49,7 @@ class CommonMarkTest extends CommonMarkTestWeak
|
|||||||
$markdown = \file_get_contents($dir . $testName . '.md');
|
$markdown = \file_get_contents($dir . $testName . '.md');
|
||||||
$expectedHtml = \file_get_contents($dir . $testName . '.html');
|
$expectedHtml = \file_get_contents($dir . $testName . '.html');
|
||||||
|
|
||||||
$data[] = [
|
$data[$id] = [
|
||||||
'id' => $id,
|
'id' => $id,
|
||||||
'section' => $section,
|
'section' => $section,
|
||||||
'markdown' => $markdown,
|
'markdown' => $markdown,
|
||||||
|
Loading…
Reference in New Issue
Block a user