1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
|
foo bar
===
config/tmp:2: parse error: saw end of file, expecting '{' or '<'
===
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
===
parameter: [ foo: ]
===
config/tmp:1: parse error: saw parameter, expecting string or ']'
===
parameter: [
foo::
]
===
config/tmp:2: invalid character ':' in unquoted string
===
parameter: [
===
config/tmp:2: parse error: saw end of file, expecting string or ']'
===
parameter: [ ; ]
===
config/tmp:1: parse error: saw ';', expecting string or ']'
===
parameter: [ "foo\cbar" ]
===
config/tmp:1: unrecognized escape '\c'
===
parameter: [ "foo\" ]
===
config/tmp:1: no close quote seen for quoted string
===
group tag another
===
config/tmp:1: parse error: saw string, expecting '{' or '<'
===
group
tag
===
config/tmp:2: parse error: saw end of line, expecting group tag, '{', or '<'
===
group {
param: foo
===
config/tmp:3: parse error: saw end of file, expecting '}'
===
group "tag" { }
===
config/tmp:1: parse error: saw quoted string, expecting group tag, '{', or '<'
===
group {
group foo { param: true }
value: 5
}
===
config/tmp:3: parameter specified after nested group
===
group
===
config/tmp:2: parse error: saw end of file, expecting group tag, '{', or '<'
===
group {
group
===
config/tmp:3: parse error: saw end of file, expecting group tag, '{', or '<'
===
param: foo; group { param: bar }
===
config/tmp:1: parse error: saw string, expecting parameter
===
group <
===
config/tmp:2: parse error: saw end of file, expecting file name
===
group <file
===
config/tmp:2: parse error: saw end of file, expecting '>'
===
group <file}
===
config/tmp:1: parse error: saw '}', expecting '>'
===
group <recurse>
===
config/recurse:1: file config/recurse recursively included
===
group <null>
===
config/null: invalid NUL character found in file
===
group <link/symlink>
===
config/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/symlink:1: file inclusions limited to 20 deep
===
parameter: value>
===
config/tmp:1: parse error: saw '>', expecting semicolon or newline
===
group<file>
===
config/tmp:1: invalid character '<' in unquoted string
===
group <nonexistent>
===
config/tmp:1: open of config/nonexistent failed
===
|