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()); }