summaryrefslogtreecommitdiff
path: root/_test/tests/inc/parser/parser_footnote.test.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-12-02 10:42:15 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-12-02 10:42:15 +0100
commit2ebe3b0b9aaea67048a23ae1fa7b80bd4a9640d9 (patch)
tree25609eaa3f84a046ddeaa7d4d07a05a6810e4a32 /_test/tests/inc/parser/parser_footnote.test.php
parent5191adeed4cfba986d01988e25badcf030c22010 (diff)
parentd47f74a0328452bed21867aa4e20557b7d4564e4 (diff)
downloadrpg-2ebe3b0b9aaea67048a23ae1fa7b80bd4a9640d9.tar.gz
rpg-2ebe3b0b9aaea67048a23ae1fa7b80bd4a9640d9.tar.bz2
Merge pull request #940 from splitbrain/listnode2
Provide node/leaf state data in instructions
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()),