Files
David Parsons 1f7b8057df 1. If a full tick match isn't found, choose the closest
substring match.
2. Move code test cases to code.t
3. Add new code test cases to check that the code handler
   works like the standard does.
2010-03-06 15:07:46 -08:00

13 lines
155 B
Raku

. tests/functions.sh
title "misc"
rc=0
MARKDOWN_FLAGS=
try 'single paragraph' 'AAA' '<p>AAA</p>'
try '< -> &lt;' '<' '<p>&lt;</p>'
summary $0
exit $rc