@@ -125,6 +125,8 class ApplicationHelperTest < HelperTestCase | |||
|
125 | 125 | '[[onlinestore:Start page]]' => '<a href="/wiki/onlinestore/Start_page" class="wiki-page">Start page</a>', |
|
126 | 126 | '[[onlinestore:Start page|Text]]' => '<a href="/wiki/onlinestore/Start_page" class="wiki-page">Text</a>', |
|
127 | 127 | '[[onlinestore:Unknown page]]' => '<a href="/wiki/onlinestore/Unknown_page" class="wiki-page new">Unknown page</a>', |
|
128 | # striked through link | |
|
129 | '-[[Another page|Page]]-' => '<del><a href="/wiki/ecookbook/Another_page" class="wiki-page">Page</a></del>', | |
|
128 | 130 | # escaping |
|
129 | 131 | '![[Another page|Page]]' => '[[Another page|Page]]', |
|
130 | 132 | } |
General Comments 0
You need to be logged in to leave comments.
Login now