ubermichael / isetools

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

Feature: disallow multi-line ORNAMENT #6

Closed telic closed 8 years ago

telic commented 9 years ago

ORNAMENT should never span more than one line.

ubermichael commented 9 years ago

By line do you mean it cannot span a TLN, L, QLN, WLN? Or does that mean it cannot span a newline?

telic commented 9 years ago

Newline.

ubermichael commented 8 years ago

if(node.getLine() !== node.getEndNode().getLine()) { boom!}