We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3de35a commit 7840f7dCopy full SHA for 7840f7d
test/test.js
@@ -24,6 +24,7 @@ describe('paste-markdown', function () {
24
})
25
26
it('turns pasted urls on selected text into markdown links', function () {
27
+ // eslint-disable-next-line i18n-text/no-en
28
textarea.value = 'The examples can be found here.'
29
textarea.setSelectionRange(26, 30)
30
paste(textarea, {'text/plain': 'https://github.com'})
0 commit comments