You are probabbly familliar with dapples //@log
feature which can be
used to log strings or variables out during a dapple test --report
execution.
But did you know that you can also generate beautiful reports using //@doc
?
In todays dapp-a-day we will explore the reporter and also answer the question
"If you decrese the size of a nested array, will the nested arrays be deleted or just the pointer
like it is done with mappings?", lets see by looking at our
nicely generated report.
(which was generated with dapple test --report
)