diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2016-08-06 22:01:56 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2016-08-06 22:06:37 +0100 |
commit | be4783109c862f3251802c17bb204eed3166588a (patch) | |
tree | 5dc21b8b3f010d24292c596ec9a1b5cb469cbb33 /src/Text/Pandoc/MIME.hs | |
parent | cde1f008134c854e241e3ff9c4d352a84e64356e (diff) | |
download | pandoc-be4783109c862f3251802c17bb204eed3166588a.tar.gz |
Fix out of index error in handleError
In the latex parser when includes are processed, the text of the
included file is directly included into the parse stream. This caused
problems when there was an error in the included file (and the included
file was longer than the original file) as the error would be reported
at this position.
The error handling tries to display the line and position where the
error occured. It works by including a copy of the input and finding the
place in the input when given the position of the error. In the
previously described scenario, the input file would be the original
source file but the error position would be the position of the error in
the included file.
The fix is to not try to show the exact line when it would cause an
out-of-bounds error.
Diffstat (limited to 'src/Text/Pandoc/MIME.hs')
0 files changed, 0 insertions, 0 deletions