201c201
< with open(self.text) as test_f, open(self.ref) as ref_f:
---
> with open(self.test) as test_f, open(self.ref) as ref_f: