add a new testcase to verify that -> ... <- works properly

This commit is contained in:
david parsons
2022-10-22 20:33:57 -07:00
parent ef25172009
commit e451aac683
+13
View File
@@ -0,0 +1,13 @@
. tests/functions.sh
title "block centering"
rc=0
MARKDOWN_FLAGS=
try 'centered single-line paragraph' \
'->center<-' \
'<div style="text-align:center;">center</div>'
summary $0
exit $rc