ubermichael / isetools

Tools for parsing data for the Internet Shakespeare Editions
GNU General Public License v2.0
2 stars 3 forks source link

require indent/rule/space lengths to be non-zero #39

Closed telic closed 2 years ago

telic commented 8 years ago

INDENT, RULE, and SPACE with 0 length don't make any sense and are probably editor error.

Add a validator that requires these lengths to be positive and non-zero.

(negative non-zero length might make sense for INDENT though... I'll check with MB)