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.out.correct
2018-01-22 22:58:37 +01:00

10 lines
119 B
Plaintext

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