summaryrefslogtreecommitdiff
path: root/_test/tests/inc/parser/parser_footnote.test.php
diff options
context:
space:
mode:
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()),