There is no test for the ability to `print()` or `debugPrint()` UTF-8 non-characters and other edge cases
Open
framework
P2
team-framework
triaged-framework
- Dominant language
- Dart
- Stars
- 179k
- Forks
- 31.1k
- PR merge metrics
- PR metrics pending
Description
#184646 and similar issues can only exist because there is no test for printing these characters, which in addition to not existing is also then not run on the web platform.
(I'm submitting a PR to add a test, and the PR checklist says the PR needs to "fix" an issue, not just add tests that might reveal an issue, so I'm making an issue for how the tests don't exist yet.)
Contributor guide
Research direction
Locate the existing tests and entry points for print() and debugPrint(), including their web-platform coverage. Add coverage for UTF-8 non-characters and the other edge cases described in the issue, and confirm the test runs on the web platform.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100