gotestyourself / gotestyourself/gotestsum
dot-v2: U+1F5B4 is not rendered on macOS
- Dominant language
- Go
- Stars
- 2.7k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
dot-v2 format [uses U+1F5B4](https://github.com/gotestyourself/gotestsum/blob/1a9438079330f60c1301fdfacafbfac8763214a5/testjson/dotformat.go#L128) for test runs cached, but as far as I know, it is not rendered correctly on macOS.

I see it is rendered on Windows. Maybe using 📦 (`U+1F4E6`) will be fine on both OS.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in testjson/dotformat.go at the referenced line where U+1F5B4 is used for cached test runs. Check the existing dot-v2 output and determine whether replacing it with U+1F4E6 addresses rendering on both macOS and Windows; done means the cached-run marker renders correctly across those platforms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, testing
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100