Skip to content

Commit

Permalink
test: fix PTE copy/paste test case (#8344)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhg authored Jan 21, 2025
1 parent fc456ea commit 044f24c
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ export const CLEANED_UNICODE_INPUT_SNAPSHOT = [
_type: 'block',
children: [
{
_key: '2bd5e9165a260',
_key: '2bd5e9165a20',
_type: 'span',
marks: [],
text: "This is a test of the Sanity Portable Text renderer. We will use a variety of content to test its capabilities. Here are some unicode characters: ☺️👍🏽🌍🌞🌚🌝🌛🌜🌙💫⭐️🌟✨⚡️☄️💥🔥🌪🌈☀️🌤⛅️🌥☁️🌦🌧⛈🌩🌨❄️☃️⛄️🌬💨💧💦☔️☂️🌊🌫. Now let's try some markdown formatting: ",
},
{_key: '2bd5e9165a261', _type: 'span', marks: ['strong'], text: 'bold text'},
{_key: '2bd5e9165a262', _type: 'span', marks: [], text: ', '},
{_key: '2bd5e9165a263', _type: 'span', marks: ['em'], text: 'italic text'},
{_key: '2bd5e9165a264', _type: 'span', marks: [], text: ', ~~strikethrough~~, '},
{_key: '2bd5e9165a265', _type: 'span', marks: ['code'], text: 'code'},
{_key: '2bd5e9165a21', _type: 'span', marks: ['strong'], text: 'bold text'},
{_key: '2bd5e9165a22', _type: 'span', marks: [], text: ', '},
{_key: '2bd5e9165a23', _type: 'span', marks: ['em'], text: 'italic text'},
{_key: '2bd5e9165a24', _type: 'span', marks: [], text: ', ~~strikethrough~~, '},
{_key: '2bd5e9165a25', _type: 'span', marks: ['code'], text: 'code'},
{
_key: '2bd5e9165a266',
_key: '2bd5e9165a26',
_type: 'span',
marks: [],
text: ', > blockquote, - list item, 1. numbered list item, ',
},
{_key: '2bd5e9165a267', _type: 'span', marks: ['ea8165ee5793'], text: 'link'},
{_key: '2bd5e9165a268', _type: 'span', marks: [], text: ', .'},
{_key: '2bd5e9165a27', _type: 'span', marks: ['ea8165ee5793'], text: 'link'},
{_key: '2bd5e9165a28', _type: 'span', marks: [], text: ', .'},
],
markDefs: [{_key: 'ea8165ee5793', _type: 'link', href: 'https://example.com/'}],
style: 'normal',
Expand Down

0 comments on commit 044f24c

Please sign in to comment.