Add unit test for inline styles in template v2

This commit is contained in:
Kijin Sung 2025-03-19 00:16:08 +09:00
parent 0bc3635b6c
commit 49f57980dd
3 changed files with 12 additions and 0 deletions

View file

@ -60,3 +60,7 @@
const foo = 'FOOFOO\u003C\u0022FOO\u0022\u003EBAR';
const bar = ["Rhy","miX","is","da","BEST!"];
</script>
<style>
body { background-color: #ffffff; }
</style>