chiark / gitweb /
REORG Delete everything that's not innduct or build system or changed for innduct
[innduct.git] / tests / lib / config / errors
diff --git a/tests/lib/config/errors b/tests/lib/config/errors
deleted file mode 100644 (file)
index fde6d17..0000000
+++ /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
-===