!**< def !define list (|1|2| |2|3| |3|4| ) !define test (!|fitlibrary.specify.mapParser.Match| |''map of 123''|'''is'''|${list}| |''map empty''|'''is'''|| ) **! The Parser uses the key and value types of one of the elements of the Map to parse them all |!-fitlibrary.spec.SpecifyFixture-!| |${test}|!-
fitlibrary.specify.mapParser.Match

map of 123 is
1 2
2 3
3 4
map empty is  
-!|