Fix symbol repr test

This commit is contained in:
mkorje 2025-05-20 15:54:31 +10:00
parent df89a0e85b
commit 5db1cf2c70
No known key found for this signature in database

View File

@ -104,9 +104,11 @@
("long", "⟹"), ("long", "⟹"),
("long.bar", "⟾"), ("long.bar", "⟾"),
("not", "⇏"), ("not", "⇏"),
("struck", "⤃"),
("l", "⇔"), ("l", "⇔"),
("l.long", "⟺"), ("l.long", "⟺"),
("l.not", "⇎"), ("l.not", "⇎"),
("l.struck", "⤄"),
) )
```.text, ```.text,
) )