mirror of https://github.com/sveltejs/svelte
parent
0179ee154c
commit
57ae613b6a
@ -0,0 +1,5 @@
|
||||
export default {
|
||||
compileError: function ( assert, err ) {
|
||||
assert.equal('Error: Only one {{yield}} per component.', err)
|
||||
}
|
||||
};
|
@ -0,0 +1,2 @@
|
||||
<p>{{yield}}</p>
|
||||
<p>{{yield}}</p>
|
Loading…
Reference in new issue