diff --git a/tests/syntax-tests/highlighted/Svelte/App.svelte b/tests/syntax-tests/highlighted/Svelte/App.svelte index aff961d5..7a09649a 100644 --- a/tests/syntax-tests/highlighted/Svelte/App.svelte +++ b/tests/syntax-tests/highlighted/Svelte/App.svelte @@ -26,6 +26,10 @@  onMount(hashchange);  +<script type="text/livescript"> + // This block is a regression test for a bat panic when a LiveScript syntax definition is missing + + <style>  main {  position: relative; 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); + +