Skip to content

Commit e728bc2

Browse files
committed
tests: add extra kitchensink test
1 parent 111dba9 commit e728bc2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/__tests__/__fixtures__/kitchensink.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This is a paragraph with a [link](https://example.com).
1717

1818
[](https://example.com)
1919

20+
https://example.com
21+
2022
https://codepen.io/team/codepen/pen/PNaGbb
2123

2224
https://codesandbox.io/s/ynn88nx9x?view=split

src/__tests__/plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ describe('gatsby-remark-embedder', () => {
4848
<p><a href="https://example.com" title="A link to example.com">https://example.com</a></p>
4949
<p><a href="https://example.com">https://example.com</a></p>
5050
<p><a href="https://example.com"></a></p>
51+
<p>https://example.com</p>
5152
<iframe src="https://codepen.io/team/codepen/embed/preview/PNaGbb" style="width:100%; height:300px;"></iframe>
5253
<iframe src="https://codesandbox.io/embed/ynn88nx9x?view=split" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking" sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"></iframe>
5354
<div style="width:100%;height:0;padding-bottom:63%;position:relative;"><iframe src="https://giphy.com/embed/XatG8bioEwwVO" width="100%" height="100%" style="position:absolute" frameborder="0" class="giphy-embed-from-cache" allowfullscreen></iframe></div>

0 commit comments

Comments
 (0)