snap_test_parser.py 380 B

1234567891011121314
  1. # -*- coding: utf-8 -*-
  2. # snapshottest: v1 - https://goo.gl/zC4yUc
  3. from __future__ import unicode_literals
  4. from snapshottest import Snapshot
  5. snapshots = Snapshot()
  6. snapshots["test_html_is_escaped 1"] = "<p>Lorem &lt;strong&gt;ipsum!&lt;/strong&gt;</p>"
  7. snapshots[
  8. "test_parsed_text_is_minified 1"
  9. ] = "<p>Lorem <strong>ipsum</strong> dolor met.</p><p>Sit amet elit.</p>"