# -*- coding: utf-8 -*- # snapshottest: v1 - https://goo.gl/zC4yUc from __future__ import unicode_literals from snapshottest import Snapshot snapshots = Snapshot() snapshots[ "test_code_in_quote_bbcode_header_is_escaped 1" ] = """""" snapshots[ "test_code_in_quote_bbcode_is_escaped 1" ] = """""" snapshots[ "test_code_in_quote_markdown_is_escaped 1" ] = """

<script>alert("!")</script>

""" snapshots[ "test_inline_code_is_escaped 1" ] = "

<script>alert("!")</script>

" snapshots[ "test_text_is_escaped 1" ] = "

<script>alert("!")</script>

"