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
|
||||
|
||||
TEST_FILE="file.ini"
|
||||
# parse the config file called 'myfile.ini'
|
||||
# parse the config file called 'file.ini'
|
||||
cfg_parser "$TEST_FILE"
|
||||
|
||||
# show parsed ini file
|
||||
|
@ -1,6 +1,6 @@
|
||||
;seccion one: clean whitespace
|
||||
[sec1]
|
||||
var1=foo
|
||||
var1 = foo
|
||||
var2 =hoge
|
||||
var3 = fuga
|
||||
var4= pivo
|
||||
|
Loading…
x
Reference in New Issue
Block a user