mirror of
https://github.com/sharkdp/bat
synced 2026-08-01 18:31:46 +00:00
Add do-not-panic! regression tests
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
```javascript
|
||||
var test = "boom";
|
||||
```
|
||||
@@ -0,0 +1,4 @@
|
||||
Test
|
||||
|
||||
<div>
|
||||
</div>
|
||||
@@ -0,0 +1,4 @@
|
||||
module Main where
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn "Please show my file :c"
|
||||
@@ -0,0 +1,3 @@
|
||||
<<END_DESC
|
||||
Test
|
||||
END_DESC
|
||||
@@ -0,0 +1,2 @@
|
||||
<style lang="stylus">
|
||||
</style>
|
||||
Reference in New Issue
Block a user