Searched refs:exptected (Results 1 – 1 of 1) sorted by relevance
80 public function testPregReplaceR($input, $exptected, $pexpect = null) argument82 $this->assertSame($exptected, $this->createMarkdown()->parseParagraph($input));83 …$this->assertSame($pexpect === null ? "<p>$exptected</p>\n" : "<p>$pexpect</p>\n", $this->createMa…