123
123
# '<span class='pyg-n'>with</span><span class='pyg-o'><</span>'
124
124
# '<span class='pyg-n'>htmlspecialchars</span>
125
125
# So we pre-filter the body, to make sure remove spans of that type.
128
128
for line in self.filecontents.splitlines():
130
130
self.assertTrue(escaped in body_no_span,
131
131
"did not find %r in %r" % (escaped, body_no_span))