summaryrefslogtreecommitdiff
path: root/_test/cases/inc/parser/parser_footnote.test.php
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-02-04 14:50:10 +0100
committerAdrian Lang <lang@cosmocode.de>2010-02-04 15:37:17 +0100
commit90df9a4d69a2e467433b419b94fe799d11590539 (patch)
treebe212d380d1aafd710370d5c12df0e71b6fdfbac /_test/cases/inc/parser/parser_footnote.test.php
parent1807fcf5084f3bda9cef9580a624b9afed38b559 (diff)
downloadrpg-90df9a4d69a2e467433b419b94fe799d11590539.tar.gz
rpg-90df9a4d69a2e467433b419b94fe799d11590539.tar.bz2
Rewrite section edit handling according to #1860
Diffstat (limited to '_test/cases/inc/parser/parser_footnote.test.php')
-rw-r--r--_test/cases/inc/parser/parser_footnote.test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/_test/cases/inc/parser/parser_footnote.test.php b/_test/cases/inc/parser/parser_footnote.test.php
index 08d199182..a1da2ab06 100644
--- a/_test/cases/inc/parser/parser_footnote.test.php
+++ b/_test/cases/inc/parser/parser_footnote.test.php
@@ -259,7 +259,7 @@ class TestOfDoku_Parser_Footnote extends TestOfDoku_Parser {
array('cdata',array("\n".'Foo ')),
array('nest', array ( array (
array('footnote_open',array()),
- array('table_open',array(3,2)),
+ array('table_open',array(3, 2, 8)),
array('tablerow_open',array()),
array('tablecell_open',array(1,'left',1)),
array('cdata',array(' Row 0 Col 1 ')),
@@ -282,7 +282,7 @@ class TestOfDoku_Parser_Footnote extends TestOfDoku_Parser {
array('cdata',array(' Row 1 Col 3 ')),
array('tablecell_close',array()),
array('tablerow_close',array()),
- array('table_close',array(8, 123)),
+ array('table_close',array(123)),
array('cdata',array(' ')),
array('footnote_close',array()),
))),