Skip to content
5 changes: 4 additions & 1 deletion src/lib.rs
Comment thread
Enivex marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,10 @@ mod test {
#[test]
fn random_sample() {
for (key, control) in [
("backslash", [("", "\\"), ("circle", "⦸"), ("not", "⧷")].as_slice()),
(
"backslash",
[("", "\\"), ("circle", "⦸"), ("not", "⧷"), ("o", "⦸")].as_slice(),
),
("chi", &[("", "χ")]),
("forces", &[("", "⊩"), ("not", "⊮")]),
("interleave", &[("", "⫴"), ("big", "⫼"), ("struck", "⫵")]),
Expand Down