Home
last modified time | relevance | path

Searched refs:normalizeHtml (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/_test/tests/Parsing/Markdown/
H A DGfmSpecTest.php106 $this->normalizeHtml($expected),
107 $this->normalizeHtml($actual)
122 private function normalizeHtml(string $html): string function in dokuwiki\\test\\Parsing\\Markdown\\GfmSpecTest