diff options
| author | T0mstone <39707032+T0mstone@users.noreply.github.com> | 2025-06-11 15:28:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-11 13:28:03 +0000 |
| commit | d7e0c52dd5b6b34861c4104925d2440f5a770a47 (patch) | |
| tree | 27feecc4ea6e5a19bf50daa7a1f59fe4897cb206 /tests | |
| parent | d1c7757da8e84ac68dcf58546a7bbaebceea8277 (diff) | |
Use `codex::ModifierSet` (#6159)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/suite/symbols/symbol.typ | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/suite/symbols/symbol.typ b/tests/suite/symbols/symbol.typ index 5bc2cafa..9fdda929 100644 --- a/tests/suite/symbols/symbol.typ +++ b/tests/suite/symbols/symbol.typ @@ -104,9 +104,11 @@ ("long", "⟹"), ("long.bar", "⟾"), ("not", "⇏"), + ("struck", "⤃"), ("l", "⇔"), ("l.long", "⟺"), ("l.not", "⇎"), + ("l.struck", "⤄"), ) ```.text, ) |
