learnlytics-go/templ/generator/test-script-inline/expected.html

21 lines
423 B
HTML
Raw Normal View History

2025-03-20 12:35:13 +01:00
<script>
function __templ_withoutParameters_6bbf(){alert("hello");
}
</script>
<script>
__templ_withoutParameters_6bbf()
</script>
<script>
function __templ_withParameters_1056(a, b, c){console.log(a, b, c);
}
</script>
<script>
__templ_withParameters_1056("injected","test",123)
</script>
<script>
__templ_withoutParameters_6bbf()
</script>
<script>
__templ_withParameters_1056("injected","test",123)
</script>