mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
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.
13 lines
155 B
Raku
13 lines
155 B
Raku
. tests/functions.sh
|
|
|
|
title "misc"
|
|
|
|
rc=0
|
|
MARKDOWN_FLAGS=
|
|
|
|
try 'single paragraph' 'AAA' '<p>AAA</p>'
|
|
try '< -> <' '<' '<p><</p>'
|
|
|
|
summary $0
|
|
exit $rc
|