Skip to content

Commit

Permalink
chore: move tests to the correct place (#8773)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtm-nayan authored Jun 21, 2023
1 parent 386d1c5 commit de8dfda
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default {
html: '<textarea></textarea>',
ssrHtml:
"<textarea>test'\"&gt;&lt;/textarea&gt;&lt;script&gt;alert('BIM');&lt;/script&gt;</textarea>"
};
4 changes: 0 additions & 4 deletions test/runtime/samples/textarea-bind-value-escape/_config.js

This file was deleted.

4 changes: 0 additions & 4 deletions test/runtime/samples/textarea-value-escape/_config.js

This file was deleted.

1 change: 0 additions & 1 deletion test/runtime/samples/textarea-value-escape/main.svelte

This file was deleted.

0 comments on commit de8dfda

Please sign in to comment.