mirror of https://github.com/sveltejs/svelte
parent
c2fb1a6df1
commit
71cdb1d333
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
feat: treat tag with `[` as a component, even if lowercase
|
||||
@ -1,5 +1,5 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
html: '<h1>hello</h1>'
|
||||
html: '<h1>hello</h1><h1>hello</h1><h1>hello</h1>'
|
||||
});
|
||||
|
||||
Loading…
Reference in new issue