Hello, The format of the test in tta/perl/t/*.t is going to change, replacing Perl tree structure with a textual representation of the tree, which should contain the same information. The corresponding commit will be a big commit, and we cannot really know if there is gonna be some errors in the new trees as nobody will check that the old and new representation match for all the tests, but everything I had a look at looked good.
Something else new for the test suite is that if the Perl Text::Diff module is installed, checked at runtime, the comparisons of old and new results for text can use a diff instead of showing expected and obtained. In general the diff should be more readable. -- Pat