1
0
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:
Daniel Rudolf
2016-10-13 22:30:47 +02:00
committed by Aidan Woods
parent 734b4fc3d7
commit 4c0734d935

View File

@@ -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,