svelte/test/compiler/if-block-expression/_config.js

4 lines
76 B

export default {
html: '<p>two is greater than one</p><!--#if 2 > 1-->'
};