diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2014-12-01 17:05:26 +0000 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2014-12-01 17:05:26 +0000 |
commit | d47f74a0328452bed21867aa4e20557b7d4564e4 (patch) | |
tree | 25609eaa3f84a046ddeaa7d4d07a05a6810e4a32 /_test/tests/inc/parser/parser_footnote.test.php | |
parent | e3a24861f53db7293b2b17f05d5821871b85b2f6 (diff) | |
download | rpg-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.php | 2 |
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()), |