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/t0001/whitespace.ini
albfan d73cdd267d rename test to whitespace
Add more whitespace test
2018-01-27 09:37:23 +01:00

18 lines
272 B
INI

;seccion one: clean whitespace
[sec1]
var1 = foo
var2 =hoge
var3 = fuga
var4= pivo
;section two: quotes
[sec2 ]
var1="bar "
var2=' foo'
var3=eco
;this is a multiword value
var4="piyo baz qux"
;this is an array
var5=foo bar baz hoge
var6=hoge