From d73cdd267db9e8f65972205c617db1f5710baa89 Mon Sep 17 00:00:00 2001 From: albfan Date: Sat, 27 Jan 2018 09:36:03 +0100 Subject: [PATCH] rename test to whitespace Add more whitespace test --- t/Makefile.am | 2 +- t/{t0001-parse.sh => t0001-whitespace.sh} | 0 t/t0001/whitespace.ini | 8 ++++---- 3 files changed, 5 insertions(+), 5 deletions(-) rename t/{t0001-parse.sh => t0001-whitespace.sh} (100%) diff --git a/t/Makefile.am b/t/Makefile.am index 830a7be..46ad065 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,4 +1,4 @@ TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ $(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) diff --git a/t/t0001-parse.sh b/t/t0001-whitespace.sh similarity index 100% rename from t/t0001-parse.sh rename to t/t0001-whitespace.sh diff --git a/t/t0001/whitespace.ini b/t/t0001/whitespace.ini index 41037cc..473ec43 100644 --- a/t/t0001/whitespace.ini +++ b/t/t0001/whitespace.ini @@ -1,17 +1,17 @@ ;seccion one: clean whitespace -[sec1] +[sec1] var1 = foo var2 =hoge var3 = fuga var4= pivo ;section two: quotes -[sec2] +[sec2 ] var1="bar " var2=' foo' var3=eco ;this is a multiword value -var4="piyo baz qux" +var4="piyo baz qux" ;this is an array -var5=foo bar baz hoge +var5=foo bar baz hoge var6=hoge