summaryrefslogtreecommitdiff
path: root/_test/tests/inc/parser/parser_footnote.test.php
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-12-03 00:10:07 +0100
committerGerrit Uitslag <klapinklapin@gmail.com>2014-12-03 00:10:07 +0100
commit4766c1f0aaafeb23d5026904b802078cf82ebbe1 (patch)
tree01c45a10dddd42c02804ff71c7d236c8fa775e7e /_test/tests/inc/parser/parser_footnote.test.php
parentcded11250d495f6039a20f1036c64ea7b230ceb2 (diff)
parentb30dd803e3c33cfc9508b0516744b0bb95be4d09 (diff)
downloadrpg-4766c1f0aaafeb23d5026904b802078cf82ebbe1.tar.gz
rpg-4766c1f0aaafeb23d5026904b802078cf82ebbe1.tar.bz2
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '_test/tests/inc/parser/parser_footnote.test.php')
-rw-r--r--_test/tests/inc/parser/parser_footnote.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/parser/parser_footnote.test.php b/_test/tests/inc/parser/parser_footnote.test.php
index b47a575de..2457fb031 100644
--- a/_test/tests/inc/parser/parser_footnote.test.php
+++ b/_test/tests/inc/parser/parser_footnote.test.php
@@ -303,7 +303,7 @@ class TestOfDoku_Parser_Footnote extends TestOfDoku_Parser {
array('nest', array ( array (
array('footnote_open',array()),
array('listu_open',array()),
- array('listitem_open',array(1)),
+ array('listitem_open',array(1,Doku_Handler_List::NODE)),
array('listcontent_open',array()),
array('cdata',array("A")),
array('listcontent_close',array()),