mirror of https://github.com/sveltejs/svelte
parent
b773b2ac4e
commit
5454abb09f
@ -0,0 +1,9 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
error: {
|
||||
code: 'attribute_invalid_expression',
|
||||
message: 'Invalid attribute expression',
|
||||
position: [91, 91]
|
||||
}
|
||||
});
|
||||
@ -0,0 +1,5 @@
|
||||
<script>
|
||||
import Component from "./Component.svelte";
|
||||
</script>
|
||||
|
||||
<Component onclick={true}} />
|
||||
Loading…
Reference in new issue