1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-04 19:01:44 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Martin Nordholts 271842d87c Add bat panic regression test when LiveScript is missing 2021-10-23 10:40:27 +02:00
+4
View File
@@ -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;