1 # default values across all sections
4 # Not implementing __name__ expansions
10 # leading whitespace / numeric
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
18 # Expansion format escaping doesn't seem possible
20 # Two-level variable expansion with surrounding text
22 # Unterminated format string