Stop requiring «trailer» keywords to live on a separate line as counter-examples have been found

This commit is contained in:
Tissevert 2019-05-31 15:08:54 +02:00
parent 9dac275f68
commit 264b0dc92b
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ structure :: Parser u Structure
structure =
Structure
<$> (line "xref" *> xrefSubSection `sepBy` EOL.parser)
<*> (line "trailer" *> dictionary <* EOL.parser)
<*> (string "trailer" *> blank *> dictionary <* EOL.parser)
updateXrefs :: XRefSection -> Map Offset Int -> (XRefSection, Int)
updateXrefs xrefSection offsets = (