Commit Graph
6 Commits
Author SHA1 Message Date
David Parsons 3aa4343255 Rework all of the test cases so they use tests/functions.sh,
which gives me the ability to do verbose and nonverbose test
suite running (`VERBOSE=1 make test` is the traditional output
now, and `make test` just gives pass/fail on each .t file)
2010-02-11 23:13:29 -08:00
David Parsons 5bd99c2fd0 tryify html.t, peculiarities.t, tabstop.t, and xml.t 2009-06-17 17:08:26 -07:00
David Parsons fd40278707 In the xml test, replace references to mkd_text()
with `mkd_generateline()`
2009-05-12 10:53:04 -07:00
David Parsons 95750433b5 __mkd_xml() was stripping all non-printable ascii from the output, which
meant that it was also stripping all multibyte utf-8 from the output.
Since all the parts of a multibyte utf-8 character have bit 0x80 set,
pass those characters through.
2009-04-30 08:47:34 -07:00
David Parsons dd62ce7675 Xcode for Macos 10.5 sucks. If you're running /bin/sh
here, `echo -n` *does not work* from inside it.  So I
will write my own version of echo and use that for test
output.
2008-05-23 21:36:15 -07:00
david parsons b725ce38e8 1. Forgot to adjust the argument when parsing -fno<thing>.
2. Add testcases for xml/html output & MKD_CDATA
2008-04-15 22:41:26 -07:00