add real unicode, but it probably won't test correctly

This commit is contained in:
Henry Schimke
2022-10-11 08:47:01 -05:00
parent cd55c02e04
commit 990a3f6727

View File

@@ -16,7 +16,7 @@ fn test_uri() {
#[test]
fn test_unicode() {
test_encode_decode("\u{3484}\u{f8a7}\u{a1e7}");
test_encode_decode("💸🎲🪜");
}
fn test_encode_decode(value: &str) {
@@ -59,4 +59,4 @@ fn make_larger(input: &BitMatrix, factor: u32) -> BitMatrix {
}
}
return output;
}
}