Current section

Files

Jump to
discount discount_src tests footnotes.t
Raw

discount_src/tests/footnotes.t

. tests/functions.sh
title "footnotes"
rc=0
MARKDOWN_FLAGS=
try 'a line with multiple []s' '[a][] [b][]:' '<p>[a][] [b][]:</p>'
try 'a valid footnote' \
'[alink][]
[alink]: link_me' \
'<p><a href="link_me">alink</a></p>'
summary $0
exit $rc