diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-02-06 11:21:02 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-02-06 11:21:02 +0100 |
commit | 9d5980233d114fe2169fd440333433971ffa82ef (patch) | |
tree | 705a057679799ad394bab03896256b76acdd30de /_test | |
parent | 89643a151e6daf0a0feecbc9cef1584a4e7b8d6b (diff) | |
download | rpg-9d5980233d114fe2169fd440333433971ffa82ef.tar.gz rpg-9d5980233d114fe2169fd440333433971ffa82ef.tar.bz2 |
fixed the IPv6 tests, bracket links are parsed by InternalLinks
Diffstat (limited to '_test')
-rw-r--r-- | _test/cases/inc/parser/parser_links.test.php | 1 |
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 ( |