# Snapshot report for `packages/embed-plugin-utilities/tests/index.test.js`

The actual snapshot is saved in `index.test.js.snap`.

Generated by [AVA](https://ava.li).

## Util: dom - inlineEmbed: true ,should append to url when replaceUrl is false and URLs are without anchor

> Snapshot 1

    'Nunquam perdere https://a.jpg <img src="https://a.jpg"/> olla https://b.jpg <img src="https://b.jpg"/>.'

## Util: dom - inlineEmbed: true, should append to url when replaceUrl is false and URLs are with anchor

> Snapshot 1

    'Nunquam perdere <a href="https://a.jpg">https://a.jpg</a><img src="https://a.jpg"/> olla <a href="https://b.jpg">https://b.jpg</a><img src="https://b.jpg"/>.'

## Util: dom - inlineEmbed: true, should replace url when replaceUrl is true and URLs are with anchor

> Snapshot 1

    'Nunquam perdere <img src="https://a.jpg"/> olla <img src="https://b.jpg"/>.'

## Util: dom - inlineEmbed: true, should replace url when replaceUrl is true and URLs are without anchor

> Snapshot 1

    'Nunquam perdere <img src="https://a.jpg"/> olla <img src="https://b.jpg"/>.'
