mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-26 07:02:28 +01:00
Add syntax highlighting test file for INI (#1213)
This commit is contained in:
committed by
David Peter
parent
c97aa55163
commit
975487f630
18
tests/syntax-tests/source/INI/test.ini
Normal file
18
tests/syntax-tests/source/INI/test.ini
Normal file
@@ -0,0 +1,18 @@
|
||||
[section]
|
||||
key=value
|
||||
numeric = 42
|
||||
quotes="this value is quoted"
|
||||
quotes2="this is not a comment ;foo"
|
||||
different_quotes='these are other characters'
|
||||
|
||||
[another one]
|
||||
first = value
|
||||
; comment on own line
|
||||
;another one
|
||||
second=value ; comment at the end of a line
|
||||
third = value;another one
|
||||
# is this a comment? maybe.
|
||||
|
||||
[section.with.dots]
|
||||
[section\with\backspaces]
|
||||
[section;with;semicola]
|
Reference in New Issue
Block a user