summaryrefslogtreecommitdiff
path: root/_test/cases/inc/parser/parser_table.test.php
diff options
context:
space:
mode:
authorChris Smith <chris.eureka@jalakai.co.uk>2009-10-04 12:17:20 +0200
committerChris Smith <chris.eureka@jalakai.co.uk>2009-10-04 12:17:20 +0200
commit30897fec7ecf86fbc37c5a38d4a05c25203aaa44 (patch)
tree2055b538b168d71a82c3e186fcb4d2f1f209060e /_test/cases/inc/parser/parser_table.test.php
parent29657f9e5c8571bcaf2889d79cd5dac4bbca5f42 (diff)
downloadrpg-30897fec7ecf86fbc37c5a38d4a05c25203aaa44.tar.gz
rpg-30897fec7ecf86fbc37c5a38d4a05c25203aaa44.tar.bz2
#FS1749, alter linebreak pattern to swallow trailing whitespace (except newline)
Ignore-this: 5621e4ff0eb5b759a2176a417bf6779e includes updated unit tests darcs-hash:20091004101720-f07c6-5700a40065a496b38ba83c73d4ebcb86388aaabc.gz
Diffstat (limited to '_test/cases/inc/parser/parser_table.test.php')
-rw-r--r--_test/cases/inc/parser/parser_table.test.php2
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 ')),