!3 If a nested table is used, difference are shown in the table. Otherwise, a comma-separated list is used.
!**< def
!define list (|1|4|
|2|3|
|4|5|
)
!define test (!|fitlibrary.specify.mapParser.Match|
|''map of 123''|'''is'''|${list}|
|''map of 123''|'''is'''||
|''map empty''|'''is'''|${list}|
)
**!
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 |
4 expected 2 actual |
2 |
3 |
4 missing |
5 |
3 surplus |
4 |
|
map of 123 |
is |
expected 1->2, 2->3, 3->4 actual |
map empty |
is |
1 missing |
4 |
2 missing |
3 |
4 missing |
5 |
|
-!|