parse: Read text literal up to beginning of EndText
Using the end of the last word before EndText misses any trailing
whitespace, and it's a lost cause trying to figure out the offset
from after EndText given it might be whitespace or an end of life.

Instead use an offset from the start of EndText.
1 parent 197c930 commit 9ccca070acb17397f7afc31ce612e31d1647ad28
@Jookia Jookia authored on 25 Oct 2021
Showing 1 changed file
View
src/parse.py