mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-16 19:13:23 +02:00
Add do-not-panic! regression tests
This commit is contained in:
3
tests/examples/regression_tests/issue_190.md
Normal file
3
tests/examples/regression_tests/issue_190.md
Normal file
@ -0,0 +1,3 @@
|
||||
```javascript
|
||||
var test = "boom";
|
||||
```
|
4
tests/examples/regression_tests/issue_28.md
Normal file
4
tests/examples/regression_tests/issue_28.md
Normal file
@ -0,0 +1,4 @@
|
||||
Test
|
||||
|
||||
<div>
|
||||
</div>
|
4
tests/examples/regression_tests/issue_314.hs
Normal file
4
tests/examples/regression_tests/issue_314.hs
Normal file
@ -0,0 +1,4 @@
|
||||
module Main where
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn "Please show my file :c"
|
3
tests/examples/regression_tests/issue_914.rb
Normal file
3
tests/examples/regression_tests/issue_914.rb
Normal file
@ -0,0 +1,3 @@
|
||||
<<END_DESC
|
||||
Test
|
||||
END_DESC
|
2
tests/examples/regression_tests/issue_915.vue
Normal file
2
tests/examples/regression_tests/issue_915.vue
Normal file
@ -0,0 +1,2 @@
|
||||
<style lang="stylus">
|
||||
</style>
|
Reference in New Issue
Block a user