Warning, /education/cantor/thirdparty/discount-2.2.6-patched/tests/githubtags.t is written in an unsupported language. File is not indexed.

0001 . tests/functions.sh
0002 
0003 title "github tags"
0004 
0005 rc=0
0006 MARKDOWN_FLAGS=
0007 
0008 SRC='<element-name>content</element-name>'
0009 
0010 try 'github tags disabled by default' \
0011 "$SRC" \
0012 '<p>&lt;element-name>content&lt;/element-name></p>'
0013 
0014 try -fgithubtags 'github tags' \
0015 "$SRC" \
0016 '<p><element-name>content</element-name></p>'
0017 
0018 try 'normal tags pass through' \
0019 '<a>sdf</a>' \
0020 '<p><a>sdf</a></p>'
0021 
0022 summary $0
0023 exit $rc