1
0
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:
albfan 2015-05-15 18:27:06 +02:00
parent 2950c8556a
commit 5bae5fa6eb
2 changed files with 3 additions and 3 deletions

View File

@ -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

View 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]