{{ test.body }}
{% for line in test.ilines %}{{ line }}
{% endfor %}
{% if result.kind.name == 'Pass' %}
{% elif line.startswith('+') %}{{ line }}
{{ line }}
{% else %}
{{ line }}
{% endif %}
{% endfor %}
{% for line in result.actual %}{{ line }}
{% endfor %}
{{ result.to_data() | pprint }}