# -*- coding: utf-8 -*- # snapshottest: v1 - https://goo.gl/zC4yUc from __future__ import unicode_literals from snapshottest import Snapshot snapshots = Snapshot() snapshots[ "test_short_image_markdown[base] 1" ] = '
! (space)
" snapshots[ "test_short_image_markdown[space-multiple-words] 1" ] = "! (space with other words)
" snapshots[ "test_short_image_markdown[text-before-mark] 1" ] = 'Text before exclamation mark
Text before with space in between! (sometext)
"