From 30897fec7ecf86fbc37c5a38d4a05c25203aaa44 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 4 Oct 2009 12:17:20 +0200 Subject: #FS1749, alter linebreak pattern to swallow trailing whitespace (except newline) Ignore-this: 5621e4ff0eb5b759a2176a417bf6779e includes updated unit tests darcs-hash:20091004101720-f07c6-5700a40065a496b38ba83c73d4ebcb86388aaabc.gz --- _test/cases/inc/parser/parser_table.test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_test/cases/inc/parser/parser_table.test.php') 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 ')), -- cgit v1.2.3