Changed: DB Params
This commit is contained in:
20
templ/generator/test-script-inline/expected.html
Normal file
20
templ/generator/test-script-inline/expected.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<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>
|
Reference in New Issue
Block a user