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