mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-05 20:33:03 +02:00
Sync phpunit data set and CommonMark spec example numbers
This commit is contained in:
committed by
Aidan Woods
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,
|
||||||
|
Reference in New Issue
Block a user