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'), '');
-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:
| a | b |
|---|
| one two and a half | three |
| foo | bar |
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:
| a | b |
|---|
| one two and a half | three |
| foo | bar |
Done.
| test | test as well |
|---|
| what we test |
the end.
');
remove_rule(\&TablesLongRule);