From 85de7505e54f9cc2077c88ed828f6c7b13216439 Mon Sep 17 00:00:00 2001 From: Pantonshire Date: Tue, 12 Jul 2022 12:09:37 +0100 Subject: [PATCH] Extra little test case :3 --- src/strings/shstring.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/strings/shstring.rs b/src/strings/shstring.rs index dc3afc1..278429d 100644 --- a/src/strings/shstring.rs +++ b/src/strings/shstring.rs @@ -512,6 +512,7 @@ mod tests { assert!(!ShString22::new_from_str("こんにちは").heap_allocated()); assert!(ShString22::new_from_str("Dichlorodifluoromethane").heap_allocated()); + assert!(ShString22::new_from_str("Squishedbuginsidethescreen").heap_allocated()); assert!(ShString22::new_from_str("❤️🧡💛💚💙💜").heap_allocated()); }