diff options
Diffstat (limited to '_test/cases/inc/parser/parser_table.test.php')
-rw-r--r-- | _test/cases/inc/parser/parser_table.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/cases/inc/parser/parser_table.test.php b/_test/cases/inc/parser/parser_table.test.php index 9ec7dab4f..5b8b363f8 100644 --- a/_test/cases/inc/parser/parser_table.test.php +++ b/_test/cases/inc/parser/parser_table.test.php @@ -430,7 +430,7 @@ def'); array('tablecell_open',array(1,'left')), array('cdata',array(' Row 0')), array('linebreak',array()), - array('cdata',array(' Col 1 ')), + array('cdata',array('Col 1 ')), array('tablecell_close',array()), array('tablecell_open',array(1,'left')), array('cdata',array(' Row 0 Col 2 ')), |