mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 10:52:24 +01:00
Initial version of syntax regression tests
This commit is contained in:
9
tests/syntax-tests/source/SSH Config/ssh_config
Normal file
9
tests/syntax-tests/source/SSH Config/ssh_config
Normal file
@@ -0,0 +1,9 @@
|
||||
# A comment
|
||||
|
||||
Host example.com
|
||||
User dummy
|
||||
Compression no
|
||||
|
||||
Host *.co.uk
|
||||
BatchMode no
|
||||
GlobalKnownHostsFile "/etc/ssh/ssh_known_hosts"
|
Reference in New Issue
Block a user