summaryrefslogtreecommitdiffstats
path: root/src/global/map_search.ref
blob: a296e4e4a7f5b1fc301868e4b6a3b9d906ed46cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
unknown: test case 0: 'type'
unknown: warning: malformed map specification: 'type'
unknown: warning: expected maptype:mapname instead of 'type'
unknown: test case 1: 'type:name'
unknown: test case 2: '{type:name}'
unknown: test case 3: '{type:name'
unknown: warning: malformed map specification: 'missing '}' in "{type:name"'
unknown: test case 4: '{type}'
unknown: warning: malformed map specification: '{type}'
unknown: warning: expected maptype:mapname instead of 'type'
unknown: test case 5: '{type:name foo}'
unknown: warning: malformed map attribute in '{type:name foo}': 'missing '=' after attribute name'
unknown: test case 6: '{type:name foo=bar}'
unknown: warning: unknown map attribute in '{type:name foo=bar}': 'foo'
unknown: test case 7: '{type:name search_order=}'
unknown: test case 8: '{type:name search_order=one, two}'
unknown: warning: malformed map attribute in '{type:name search_order=one, two}': 'missing '=' after attribute name'
unknown: test case 9: '{type:name {search_order=one, two}}'
unknown: test case 10: '{type:name {search_order=one, two, bad}}'
unknown: warning: unknown search type 'bad' in '{type:name {search_order=one, two, bad}}'
unknown: test case 11: '{inline:{a=b} {search_order=one, two}}'
unknown: test case 12: '{inline:{a=b, c=d} {search_order=one, two}}'