# -*- 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" ] = '

somewhere.com/image.jpg

' snapshots[ "test_short_image_markdown[space-multiple-words] 1" ] = "

! (space with other words)

" snapshots["test_short_image_markdown[space-one-word] 1"] = "

! (space)

" snapshots[ "test_short_image_markdown[text-before-mark] 1" ] = '

Text before exclamation marksomewhere.com/image.jpg

' snapshots[ "test_short_image_markdown[text-before-with-space] 1" ] = "

Text before with space in between! (sometext)

"