paperdoorknob.process(spec)
assert buf.getvalue() == b'''\\documentclass{article}
\\usepackage{graphicx}
-\\usepackage{wrapfig}
+\\usepackage{varwidth}
+\\usepackage{wrapstuff}
\\usepackage[margin=20mm]{geometry}
\\begin{document}
This is glowfic
-\\vspace{-.5\\ht\\strutbox}\\noindent\\hrulefill
-
You \\emph{sure}?
-\\vspace{-.5\\ht\\strutbox}\\noindent\\hrulefill
-
Pretty sure.
+
\\end{document}
'''
def fetcher(self) -> Fetcher:
with open('testdata/this-is-glowfic.html', 'rb') as f:
- return FakeFetcher({'fic': f.read(9999)})
+ return FakeFetcher({'fic?view=flat': f.read(9999)})
if __name__ == '__main__':