container); $this->assertEquals('
Test
', $h->markdown('Test')); $this->assertEquals( 'Task #123
', $h->markdown('Task #123') ); $this->assertEquals( 'Task #123
', $h->markdown('Task #123', array('controller' => 'a', 'action' => 'b', 'params' => array('c' => 'd'))) ); $this->assertEquals( '', $h->markdown( 'Check that: http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454', array('controller' => 'a', 'action' => 'b', 'params' => array('c' => 'd')) ) ); } }