diff options
Diffstat (limited to 'src/global/map_search.ref')
-rw-r--r-- | src/global/map_search.ref | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/global/map_search.ref b/src/global/map_search.ref new file mode 100644 index 0000000..a296e4e --- /dev/null +++ b/src/global/map_search.ref @@ -0,0 +1,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}}' |