X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=innduct.git;a=blobdiff_plain;f=tests%2Flib%2Fconfig%2Ferrors;fp=tests%2Flib%2Fconfig%2Ferrors;h=0000000000000000000000000000000000000000;hp=fde6d1733fa8328368f953206926364e11ae425f;hb=b7a32e2d73e3ab1add8208d3e157f7269a31ef4d;hpb=ac902a8299ff4469b356836f431ead31c3377377 diff --git a/tests/lib/config/errors b/tests/lib/config/errors deleted file mode 100644 index fde6d17..0000000 --- a/tests/lib/config/errors +++ /dev/null @@ -1,52 +0,0 @@ -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 -===