So we do not have issues with values change because an arugment has the same name as a setting name
40 lines
769 B
INI
40 lines
769 B
INI
[TestA]
|
|
foo=bar
|
|
overload_from_args=bar
|
|
foobar=1
|
|
bar=st
|
|
arg_overload=should_not_be_set_because_of_command_line_is_list
|
|
arg_overload_list=too,be,long
|
|
arg_overload_not_set=this should not be set because of override flag
|
|
just_values=too,be,long
|
|
some_match=foo
|
|
some_match_list=foo,bar
|
|
test_list=a,b,c,d f, g h
|
|
other_list=a|b|c|d|
|
|
third_list=xy|ab|df|fg
|
|
str_length=foobar
|
|
int_range=20
|
|
int_range_not_set=
|
|
int_range_not_set_empty_set=5
|
|
#
|
|
match_target=foo
|
|
match_target_list=foo,bar,baz
|
|
#
|
|
match_source_a=foo
|
|
match_source_b=foo
|
|
; match_source_c=foo
|
|
match_source_list=foo,bar
|
|
|
|
[TestB]
|
|
element_a=Static energy
|
|
element_b=123.5
|
|
element_c=True
|
|
elemend_d=AB:CD;EF
|
|
email=foo@bar.com,other+bar-fee@domain-com.cp,
|
|
email_not_mandatory=
|
|
email_bad=gii@bar.com
|
|
|
|
[LoadTest]
|
|
a.b.c=foo
|
|
d:e:f=bar
|