6 Commits
Author SHA1 Message Date
david parsons 990076f657 Change text blocking; the reference version doesn't split code off from text 2011-07-28 18:26:18 -07:00
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 ebdd489ed7 1. Fix a bug in generate.c where MKD_NO_EXT was not being handled.
2. Add -fext to the options for the markdown program
3. `try`ify a bunch more of the test cases.
2009-06-17 14:30:43 -07:00
David Parsons 2887caf2c3 tryify three more testcases 2009-06-17 13:03:36 -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 c404a1c4e2 Fix a bug with toplevel paragraphs followed immediately by code; toplevel
paragraphs should always block, no matter how tightly non-paragraph code
cuddles up against it.
2008-04-11 09:44:12 -07:00