mirror of https://github.com/sveltejs/svelte
parent
9ccd0b4e08
commit
020dc9e1bb
@ -0,0 +1,5 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
compile_error: '`@html` is not compatible with `customRenderer`'
|
||||
});
|
||||
@ -0,0 +1 @@
|
||||
{@html ""}
|
||||
Loading…
Reference in new issue