From 9d5980233d114fe2169fd440333433971ffa82ef Mon Sep 17 00:00:00 2001 From: Andreas Gohr <andi@splitbrain.org> Date: Sun, 6 Feb 2011 11:21:02 +0100 Subject: [PATCH] fixed the IPv6 tests, bracket links are parsed by InternalLinks --- _test/cases/inc/parser/parser_links.test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/_test/cases/inc/parser/parser_links.test.php b/_test/cases/inc/parser/parser_links.test.php index 98183b38b..81186ef5e 100644 --- a/_test/cases/inc/parser/parser_links.test.php +++ b/_test/cases/inc/parser/parser_links.test.php @@ -98,6 +98,7 @@ class TestOfDoku_Parser_Links extends TestOfDoku_Parser { $this->signal('failinfo',$source); $this->setup(); + $this->P->addMode('internallink',new Doku_Parser_Mode_InternalLink()); $this->P->addMode('externallink',new Doku_Parser_Mode_ExternalLink()); $this->P->parse("Foo $source Bar"); $calls = array ( -- GitLab