!2 An error is given if a row is short or long.
!**< def
!define in (|''name''|''owe''|
|emma|130.00||
|james|
)
!define out (|''name''|''owe''|
|emma|130.00|
|james|120.00|
)
!define test (
!|fitlibrary.specify.collectionSetUp.SetUpList|
|''IOUs''|${in}|
----
----
|''IOUs''|${out}|
)
**!
|!-fitlibrary.spec.SpecifyFixture-!|
|${test}|!-
fitlibrary.specify.collectionSetUp.SetUpList |
IOUs |
name |
owe |
emma Row should be 2 cells wide |
130.00 |
|
james Row should be 2 cells wide |
|
IOUs |
name |
owe |
emma missing |
130.00 |
james missing |
120.00 |
|
-!|