mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-21 23:33:26 +01:00
Add bat panic regression test when LiveScript is missing
This commit is contained in:
parent
ed3246c423
commit
271842d87c
4
tests/syntax-tests/source/Svelte/App.svelte
vendored
4
tests/syntax-tests/source/Svelte/App.svelte
vendored
@ -26,6 +26,10 @@
|
|||||||
onMount(hashchange);
|
onMount(hashchange);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<script type="text/livescript">
|
||||||
|
// This block is a regression test for a bat panic when a LiveScript syntax definition is missing
|
||||||
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
main {
|
main {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user