@@ -63,6 +63,11 @@ |
||
| 63 | 63 | return $ret; |
| 64 | 64 | } |
| 65 | 65 | |
| 66 | + /** |
|
| 67 | + * @param string $markdown |
|
| 68 | + * @param string $html |
|
| 69 | + * @param string $testName |
|
| 70 | + */ |
|
| 66 | 71 | protected function assertCommonMark(ElementRendererInterface $renderer, $markdown, $html, $testName): void |
| 67 | 72 | { |
| 68 | 73 | $documentAST = $this->parser->parse($markdown); |