Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fraction failed to convert if previous line ended in a letter. This was due to surprising (to me) regex behavior where a dollar matches end-of-string OR a newline at the end of the string.
- Loading branch information