We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99433c commit 9a35868Copy full SHA for 9a35868
solutions/09_strings/strings3.rs
@@ -26,6 +26,7 @@ mod tests {
26
assert_eq!(trim_me("Hello! "), "Hello!");
27
assert_eq!(trim_me(" What's up!"), "What's up!");
28
assert_eq!(trim_me(" Hola! "), "Hola!");
29
+ assert_eq!(trim_me("Hi!"), "Hi!");
30
}
31
32
#[test]
0 commit comments