Commit
a7f297918967dd93254a05d1f933a38305408c84
by peter.peqfixed #610 stricter rules for wrap-chars
made the lexing/parsing algorithm more robust in the case of incomplete
inputs.
Minor incompatibility: before it was possible to write a dot on a single
line e.g x.foo could be written as:
x
.
foo
This is no longer possible
(commit: a7f2979)