Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the right anchor emoji for SAS verification (#3534)
Currently, the anchor emoji has a ["Variation Selector-16"](https://codepoints.net/U+FE0F) (U+FE0F) character after it. The unicode specs do define U+2694 U+FE0F as a valid sequence (with suggested rendering https://www.unicode.org/cgi-bin/varglyph?24-2693-FE0F), but our spec spec doesn't include the variation selector, and the difference means that my cypress tests (which attempt a verification between Element-R and unrusty Element Web) fail intermittently. Something of a follow-up to #3523, but hopefully this will be the last, because I have regenerated the whole list from the spec data.
- Loading branch information