Commit Graph
6 Commits
Author SHA1 Message Date
david parsons 6fbfeb9116 fix a handful of places where I either didn't guard against underflows or null pointers; add test cases for them in crash.t 2023-12-11 19:42:37 -08:00
david parsons 7dda1e5f83 s/compatable/compatible/ 2013-10-20 14:15:08 -07:00
david parsons b8658677b0 Fix a typo in a comment in emmatch.c; add a truncated block test to tests/html.t. 2011-01-05 12:25:06 -08:00
David Parsons 9c23be1907 Strip out a pair of unused variables from emmatch() 2010-02-25 19:19:04 -08:00
David Parsons b7559c65b7 Tweak the matcher so that it finds a block, fills it,
then completes the interior (convert all leftover emphasis
into characters) and recursively matched the first emphasis
token against the entire list.
2010-02-11 23:12:24 -08:00
David Parsons 4037722a3f Split the emmatcher out into a separate file, redo it to do recursive
descent matching of subranges (so I can fill inside after I've matched
between a pair of emphasis tokens.)
2010-02-05 16:20:58 -08:00