Mark many merge tests as skip-against-old-server.
[svn.git] / subversion / tests / libsvn_subr / config-test.cfg
blobe8387fc189f18701cc747c58895add0bf3683ec0
1 # default values across all sections
2 [DEFAULT]
3 foo=bar
4 # Not implementing __name__ expansions
5 #baz=%(__name__)s
7 [section1]
8 # Trailing whitespace
9 a=Aa  
10 # leading whitespace / numeric
11 b=  100
12 # Variable expansion
13 c=%(foo)s
14 # Expansion for non-existent option (ConfigParser throws an
15 # InterpolationError with the message "Bad value substitution")
16 d=a %(bogus)s oyster %(foo)s
17 e=%(bogus)s shmoo %(
18 # Expansion format escaping doesn't seem possible
19 f=%%(a)s
20 # Two-level variable expansion with surrounding text
21 g=lyrical %(c)sd
22 # Unterminated format string
23 h=  %(unterminated
24 # Multiple expansions
25 i=%(a)s %(b)s
27 [booleans]
28 true1 = true
29 true2 = Yes
30 true3 = oN
31 true4 = 1
32 bad_true = och, aye
33 false1 = FALSE
34 false2 = no
35 false3 = oFf
36 false4 = 0
37 bad_false = nyet!