!**< def !define map1 (|a|b| |A|B| ) !define map2 (|A|B| |a|b| ) !define test (!|fitlibrary.specify.mapTraverse.StringMap| |''checks''| |''string map''|${map1}| |''string map''|${map2}| ) **! A table for a map contains, after the header, a row for each element of the map. A row consists of two cells: for the key and the value. The rows can be in any order, as a Map is also a set. |!-fitlibrary.spec.SpecifyFixture-!| |${test}|!-
fitlibrary.specify.mapTraverse.StringMap

checks

string map
a b
A B

string map
A B
a b
-!|