mirror of
https://github.com/albfan/bash-ini-parser.git
synced 2025-04-21 00:07:46 +03:00
add whitespace complexity to example file
This commit is contained in:
parent
2950c8556a
commit
5bae5fa6eb
@ -3,7 +3,7 @@
|
|||||||
source ../bash-ini-parser
|
source ../bash-ini-parser
|
||||||
|
|
||||||
TEST_FILE="file.ini"
|
TEST_FILE="file.ini"
|
||||||
# parse the config file called 'myfile.ini'
|
# parse the config file called 'file.ini'
|
||||||
cfg_parser "$TEST_FILE"
|
cfg_parser "$TEST_FILE"
|
||||||
|
|
||||||
# show parsed ini file
|
# show parsed ini file
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
;seccion one: clean whitespace
|
;seccion one: clean whitespace
|
||||||
[sec1]
|
[sec1]
|
||||||
var1=foo
|
var1 = foo
|
||||||
var2 =hoge
|
var2 =hoge
|
||||||
var3 = fuga
|
var3 = fuga
|
||||||
var4= pivo
|
var4= pivo
|
||||||
[sec2]
|
[sec2]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user