[raw_menu_anchor.0.dart] Remove misdrawn emojis.#162807
[raw_menu_anchor.0.dart] Remove misdrawn emojis.#162807auto-submit[bot] merged 7 commits intoflutter:masterfrom
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption, contact "@test-exemption-reviewer" in the #hackers channel in Discord (don't just cc them here, they won't see it!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. The test exemption team is a small volunteer group, so all reviewers should feel empowered to ask for tests, without delegating that responsibility entirely to the test exemption group. |
|
Thanks for fixing! My bad. Not sure what the last failing test is but looks like infra? |
Cool.. I've tried re-running the failing check. |
|
Looks like infra, still failing. |
|
I think another merge was not needed, all tests were passed except tree-status which becomes green on its own. |

This PR removes the leading emojis displayed on the RawMenuAnchor example. I knew emojis usually showed up monochrome on web, but code samples also appear to incorrectly display the emoji source.
Because this change doesn't affect the menu's functionality, I didn't include additional tests, but I'd be happy to add tests if needed. One test was modified to account for menu items no longer having a leading icon.
Fixes #162806
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.