From 1db26cb84437f33ce462a46880ab256daaa75de8 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Sat, 16 Apr 2005 01:35:32 +0000 Subject: [PATCH] Fixed second long table test. --- test.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.pl b/test.pl index 6058f34a..2fdb6263 100755 --- a/test.pl +++ b/test.pl @@ -2397,8 +2397,8 @@ add_module('tables-long.pl'); update_page("TablePage", "\na=a\nb=b\na=one\nb=two\n----\n\nDone."); test_page(get_page('TablePage'), '
ab
onetwo
'); -update_page("TablePage", "Here is a table:\n\na=a\nb=b\na=one\ntwo\nand a half\nb=three\na=foo\nb=bar\n----\n\nDone."); -test_page(get_page('TablePage'), '

Here is a table:

ab
one two and a halfthree
foobar

Done.

'); +update_page("TablePage", "Here is a table:\n\na=a\nb=b\na=one\ntwo\nand a half\nb=three\na=foo\nb=bar\n----\n\nDone.\n
\nfoo=test\nbar=test as well\nfoo=what we test\n----\nthe end."); +test_page(get_page('TablePage'), '

Here is a table:

ab
one two and a halfthree
foobar

Done.

testtest as well
what we test

the end.

'); remove_rule(\&TablesLongRule);