mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
which gives me the ability to do verbose and nonverbose test suite running (`VERBOSE=1 make test` is the traditional output now, and `make test` just gives pass/fail on each .t file)
15 lines
224 B
Perl
15 lines
224 B
Perl
. tests/functions.sh
|
|
|
|
title "footnotes inside reparse sections"
|
|
|
|
rc=0
|
|
|
|
try 'footnote inside [] section' \
|
|
'[![foo][]](bar)
|
|
|
|
[foo]: bar2' \
|
|
'<p><a href="bar"><img src="bar2" alt="foo" /></a></p>'
|
|
|
|
summary $0
|
|
exit $rc
|