mirror of
https://github.com/ankitects/anki.git
synced 2026-07-28 10:18:47 -04:00
## Linked issue (required) Fixes #5204 ## Summary / motivation (required) This pr fixes incorrect IO text label escaping logic ## Steps to reproduce (required, use N/A if not applicable) 1. In the IO editor, make a text label with `🔤` 2. Reload the note and observe that its gone ## How to test (required) `./check` and IO notes with text labels like `🔤`, `\:a\b\:`, `::\::` etc. ### Checklist (minimum) - [x] I ran `./ninja check` or an equivalent relevant check locally. - [x] I added or updated tests when the change is non-trivial or behavior changed. ### Details Please see commit messages ## Scope - [x] This PR is focused on one change (no unrelated edits).
Anki's Rust code.