wapcaplet / doctest2

Improvements to the doctest standard library
6 stars 2 forks source link

Better than <BLANKLINE> #13

Open ianb opened 13 years ago

ianb commented 13 years ago

I'd like to allow a simple period on a line by itself to be equivalent to <BLANKLINE>. Another option is to even allow blank lines, and what would currently be noticed as two test blocks in series would instead be considered one block with a blank line.