summaryrefslogtreecommitdiff
path: root/_test/tests/inc/parser/parser_footnote.test.php
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2014-12-01 17:05:26 +0000
committerChristopher Smith <chris@jalakai.co.uk>2014-12-01 17:05:26 +0000
commitd47f74a0328452bed21867aa4e20557b7d4564e4 (patch)
tree25609eaa3f84a046ddeaa7d4d07a05a6810e4a32 /_test/tests/inc/parser/parser_footnote.test.php
parente3a24861f53db7293b2b17f05d5821871b85b2f6 (diff)
downloadrpg-d47f74a0328452bed21867aa4e20557b7d4564e4.tar.gz
rpg-d47f74a0328452bed21867aa4e20557b7d4564e4.tar.bz2
update parser tests for change in listitem_open instruction
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()),