Sync phpunit data set and CommonMark spec example numbers

This commit is contained in:
Daniel Rudolf 2016-10-13 22:30:47 +02:00 committed by Aidan Woods
parent 734b4fc3d7
commit 4c0734d935
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -49,7 +49,7 @@ class CommonMarkTest extends CommonMarkTestWeak
$markdown = \file_get_contents($dir . $testName . '.md');
$expectedHtml = \file_get_contents($dir . $testName . '.html');
$data[] = [
$data[$id] = [
'id' => $id,
'section' => $section,
'markdown' => $markdown,