You've already forked bash-ini-parser
mirror of
https://github.com/albfan/bash-ini-parser.git
synced 2025-08-07 18:02:52 +03:00
rename test to whitespace
Add more whitespace test
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
|
TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
|
||||||
$(top_srcdir)/build-aux/tap-driver.sh
|
$(top_srcdir)/build-aux/tap-driver.sh
|
||||||
TESTS = t0001-parse.sh t0002-invalid.sh t0003-sections.sh t0004-comments.sh
|
TESTS = t0001-whitespace.sh t0002-invalid.sh t0003-sections.sh t0004-comments.sh
|
||||||
EXTRA_DIST = $(TESTS)
|
EXTRA_DIST = $(TESTS)
|
||||||
|
@@ -1,17 +1,17 @@
|
|||||||
;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
|
||||||
;section two: quotes
|
;section two: quotes
|
||||||
[sec2]
|
[sec2 ]
|
||||||
var1="bar "
|
var1="bar "
|
||||||
var2=' foo'
|
var2=' foo'
|
||||||
var3=eco
|
var3=eco
|
||||||
;this is a multiword value
|
;this is a multiword value
|
||||||
var4="piyo baz qux"
|
var4="piyo baz qux"
|
||||||
;this is an array
|
;this is an array
|
||||||
var5=foo bar baz hoge
|
var5=foo bar baz hoge
|
||||||
var6=hoge
|
var6=hoge
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user