mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
18 lines
234 B
Raku
18 lines
234 B
Raku
. tests/functions.sh
|
|
|
|
title "callbacks"
|
|
|
|
rc=0
|
|
MARKDOWN_FLAGS=
|
|
|
|
try -bZZZ 'url modification' \
|
|
'[a](/b)' \
|
|
'<p><a href="ZZZ/b">a</a></p>'
|
|
|
|
try -EYYY 'additional flags' \
|
|
'[a](/b)' \
|
|
'<p><a href="/b" YYY>a</a></p>'
|
|
|
|
summary $0
|
|
exit $rc
|