summaryrefslogtreecommitdiff
path: root/_test/cases/inc/parser/parser_table.test.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/cases/inc/parser/parser_table.test.php')
-rw-r--r--_test/cases/inc/parser/parser_table.test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/_test/cases/inc/parser/parser_table.test.php b/_test/cases/inc/parser/parser_table.test.php
index 6d2267ad1..155909b0c 100644
--- a/_test/cases/inc/parser/parser_table.test.php
+++ b/_test/cases/inc/parser/parser_table.test.php
@@ -278,7 +278,7 @@ def');
$calls = array (
array('document_start',array()),
array('p_open',array()),
- array('cdata',array(' ')),
+ array('cdata',array(DOKU_PARSER_EOL)),
array('cdata',array("abc")),
array('p_close',array()),
array('table_open',array(3,2)),
@@ -307,7 +307,7 @@ def');
array('table_close',array()),
array('p_open',array()),
array('cdata',array('def')),
- array('cdata',array(' ')),
+ array('cdata',array(DOKU_PARSER_EOL)),
array('p_close',array()),
array('document_end',array()),
);