[nitpick] The Unicode escape sequence \u{00a0} (non-breaking space) makes the test harder to read and maintain. Consider using a more explicit approach like defining a constant or using the actual character.
#expect(1234.5.dollarString() == "$\(NBSP)1,234.50")
Originally posted by @Copilot in #24 (comment)