On Fri Mar 29 20:30:26 2024 +0000, Esme Povirk wrote:
The Mono test is still broken. The flags on GenericTypographic format are `StringFormatFlagsNoFitBlackBox|StringFormatFlagsLineLimit|StringFormatFlagsNoClip`. Maybe the LineLimit flag takes precedence when they're set together?
``` < 2931 tests passed, 374 tests failed ---
3101 tests passed, 402 tests failed
``` I presume I need to get this so that no new tests are failing, correct?
I'll read the documentation for all of those flags. Hunt down the test you refer to and experiment a bit.