1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2025-08-06 07:02:37 +03:00
Files
bash-ini-parser/t/t0005/invalid.out.correct
albfan aeb08acf9a Replace invalid chars
bash-ini-parser do not support all the valid chars ini key files support.

Allow to replace them with valid ones using an external function defined
with REPLACE_FUNCTION
2018-02-20 23:47:02 +01:00

10 lines
121 B
Plaintext

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