foo bar
===
config/tmp:1: parse error: saw string, expecting parameter
===
parameter: value with spaces
===
config/tmp:1: parse error: saw string, expecting semicolon or newline
===
parameter: escape\tvalue
===
config/tmp:1: invalid character '\' in unquoted string
===
parameter:: value
===
config/tmp:1: invalid character ':' in unquoted string
===
parameter: "value
===
config/tmp:1: no close quote seen for quoted string
===
parameter: value ; value
===
config/tmp:1: parse error: saw string, expecting parameter
===
parameter: # value
value
===
config/tmp:1: parse error: saw string, expecting semicolon or newline
===
"foo bar"
===
config/tmp:1: parse error: saw quoted string, expecting parameter
===
first: second
third: fourth
parameter: "value \
===
config/tmp:4: end of file encountered while parsing quoted string
===
parameter:value
===
config/tmp:1: invalid character ':' in unquoted string
===
parameter: value # this is a comment
===
config/tmp:1: parse error: saw string, expecting semicolon or newline
===
parameter: "value
value"
===
config/tmp:1: no close quote seen for quoted string
===
