summaryrefslogtreecommitdiff
path: root/_test/cases
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-08-31 09:49:00 +0200
committerAdrian Lang <lang@cosmocode.de>2010-08-31 10:38:00 +0200
commit30552951ddb48a90e245c8508dae46fd2f36aa94 (patch)
tree03efde4f01d07dadce9e303c6464a26ba27eb020 /_test/cases
parent5479a8c3341247ca228026819f20f3ab5c34a80f (diff)
downloadrpg-30552951ddb48a90e245c8508dae46fd2f36aa94.tar.gz
rpg-30552951ddb48a90e245c8508dae46fd2f36aa94.tar.bz2
Fix table tests according to 6606d6fc9f9
Diffstat (limited to '_test/cases')
-rw-r--r--_test/cases/inc/parser/parser_table.test.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/_test/cases/inc/parser/parser_table.test.php b/_test/cases/inc/parser/parser_table.test.php
index 099909495..04bce650a 100644
--- a/_test/cases/inc/parser/parser_table.test.php
+++ b/_test/cases/inc/parser/parser_table.test.php
@@ -391,6 +391,9 @@ def');
array('strong_close',array()),
array('cdata',array(' ')),
array('tablecell_close',array()),
+ array('tablecell_open',array(1,null,1)),
+ array('cdata',array('')),
+ array('tablecell_close',array()),
array('tablerow_close',array()),
array('tablerow_open',array()),
array('tablecell_open',array(1,'left',1)),
@@ -439,6 +442,9 @@ def');
array('unformatted',array('Row 0 Col 2 | Row 0 Col 3')),
array('cdata',array(' ')),
array('tablecell_close',array()),
+ array('tablecell_open',array(1,null,1)),
+ array('cdata',array('')),
+ array('tablecell_close',array()),
array('tablerow_close',array()),
array('tablerow_open',array()),
array('tablecell_open',array(1,'left',1)),
@@ -543,6 +549,9 @@ def');
))),
array('cdata',array(' ')),
array('tablecell_close',array()),
+ array('tablecell_open',array(1,null,1)),
+ array('cdata',array('')),
+ array('tablecell_close',array()),
array('tablerow_close',array()),
array('tablerow_open',array()),
array('tablecell_open',array(1,'left',1)),