1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2025-04-19 13:22:14 +03:00
bash-ini-parser/t/t0004/comments.ini
2018-01-22 22:58:37 +01:00

13 lines
154 B
INI

;initial comment
[sec1]
var1=foo
var2=hoge
var3=hoge#bar
var4="#hello #bye #chao"
[sec2]
;another comment
#a comment
var2=foo
var4="123#456"
var5=234#456