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

0001 . tests/functions.sh
0002 
0003 title "smarty pants"
0004 
0005 rc=0
0006 MARKDOWN_FLAGS=0x0; export MARKDOWN_FLAGS
0007 
0008 try '(c) -> &copy;' '(c)' '<p>&copy;</p>'
0009 try '(r) -> &reg;' '(r)' '<p>&reg;</p>'
0010 try '(tm) -> &trade;' '(tm)' '<p>&trade;</p>'
0011 try '... -> &hellip;' '...' '<p>&hellip;</p>'
0012 
0013 try '"?--" -> &ndash;' '?--' '<p>?&ndash;</p>'
0014 try '"?---" -> &mdash;' '?---' '<p>?&mdash;</p>'
0015 
0016 try '"--" -> &ndash;' 'regular --' '<p>regular &ndash;</p>'
0017 try 'A-B -> A-B' 'A-B' '<p>A-B</p>'
0018 try '"fancy" -> &ldquo;fancy&rdquo;' '"fancy"' '<p>&ldquo;fancy&rdquo;</p>'
0019 try "'fancy'" "'fancy'" '<p>&lsquo;fancy&rsquo;</p>'
0020 try "don<b>'t -> don<b>&rsquo;t" "don<b>'t" '<p>don<b>&rsquo;t</p>'
0021 try "don't -> don&rsquo;t" "don't" '<p>don&rsquo;t</p>'
0022 try "it's -> it&rsquo;s" "it's" '<p>it&rsquo;s</p>'
0023 
0024 summary $0
0025 exit $rc