def summary(self): return reader.parse_summary(self.content, self.reference_id)
def check(content, expected): eq_(expected, parse_summary(content))