related to https://github.com/Rdatatable/data.table/issues/6188 there are some uses of `capture.output()` in tests.Rraw. most (if not all) of these should be converted to `test(… output=…)`
related to #6188
there are some uses of
capture.output()in tests.Rraw.most (if not all) of these should be converted to
test(… output=…)