13
13
... label_class = label['class']
14
14
... text_lines = [line.strip() for line in
15
15
... extract_text(node).splitlines()]
17
17
... status = ' '.join(text_lines[2:])
18
18
... # All this trouble is worth it when you see ndiff output
19
19
... # from a failing test, and it *makes sense* :)