summaryrefslogtreecommitdiff
path: root/_test/cases
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-02-06 11:21:02 +0100
committerAndreas Gohr <andi@splitbrain.org>2011-02-06 11:21:02 +0100
commit9d5980233d114fe2169fd440333433971ffa82ef (patch)
tree705a057679799ad394bab03896256b76acdd30de /_test/cases
parent89643a151e6daf0a0feecbc9cef1584a4e7b8d6b (diff)
downloadrpg-9d5980233d114fe2169fd440333433971ffa82ef.tar.gz
rpg-9d5980233d114fe2169fd440333433971ffa82ef.tar.bz2
fixed the IPv6 tests, bracket links are parsed by InternalLinks
Diffstat (limited to '_test/cases')
-rw-r--r--_test/cases/inc/parser/parser_links.test.php1
1 files changed, 1 insertions, 0 deletions
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 (