mirror of https://github.com/sveltejs/svelte
parent
1f99935b99
commit
00a85182fa
@ -0,0 +1,5 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
html: '<span></span>'
|
||||
});
|
||||
@ -0,0 +1,5 @@
|
||||
<script lang="ts">
|
||||
const identity = (x: any) => x;
|
||||
</script>
|
||||
|
||||
<span>{identity(null)}{identity(undefined)}</span>
|
||||
Loading…
Reference in new issue