summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/syntax-tests/source/Svelte/App.svelte4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/syntax-tests/source/Svelte/App.svelte b/tests/syntax-tests/source/Svelte/App.svelte
index 0ede0a00..089172c4 100644
--- a/tests/syntax-tests/source/Svelte/App.svelte
+++ b/tests/syntax-tests/source/Svelte/App.svelte
@@ -26,6 +26,10 @@
onMount(hashchange);
</script>
+<script type="text/livescript">
+ // This block is a regression test for a bat panic when a LiveScript syntax definition is missing
+</script>
+
<style>
main {
position: relative;