Merge pull request #582 from ArthurHoaro/hotfix/nomarkdown
The "nomarkdown" tag is no longer private
This commit is contained in:
commit
bb9ca54838
2 changed files with 20 additions and 5 deletions
tests/plugins
|
@ -125,7 +125,8 @@ class PluginMarkdownTest extends PHPUnit_Framework_TestCase
|
|||
$data = array(
|
||||
'links' => array(array(
|
||||
'description' => $str,
|
||||
'tags' => NO_MD_TAG
|
||||
'tags' => NO_MD_TAG,
|
||||
'taglist' => array(NO_MD_TAG),
|
||||
))
|
||||
);
|
||||
|
||||
|
@ -140,7 +141,8 @@ class PluginMarkdownTest extends PHPUnit_Framework_TestCase
|
|||
// nth link
|
||||
0 => array(
|
||||
'formatedDescription' => $str,
|
||||
'tags' => NO_MD_TAG
|
||||
'tags' => NO_MD_TAG,
|
||||
'taglist' => array(),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue