From d5f47b6f6abe02d199dd7b687568040f7daa0ac9 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 29 Oct 2018 16:33:49 -0500 Subject: [PATCH] Updated test so that it checks for the new style of alignment using CSS instead of the deprecated 'align' attribute --- block_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/block_test.go b/block_test.go index 326c311..ecf42d2 100644 --- a/block_test.go +++ b/block_test.go @@ -1282,10 +1282,10 @@ func TestTable(t *testing.T) { "\n\nd\ne\nf\n\n\n\n", "a|b|c|d\n:--|--:|:-:|---\ne|f|g|h\n", - "\n\n\n\n\n" + - "\n\n\n\n\n" + - "\n\n\n\n" + - "\n\n\n\n
abcd
efgh
\n", + "\n\n\n\n\n" + + "\n\n\n\n\n" + + "\n\n\n\n" + + "\n\n\n\n
abcd
efgh
\n", "a|b|c\n---|---|---\n", "\n\n\n\n\n\n\n\n\n\n\n
abc
\n",