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.
2 parents e76ca5e + fcd77a8 commit a99433cCopy full SHA for a99433c
exercises/09_strings/strings3.rs
@@ -23,6 +23,7 @@ mod tests {
23
assert_eq!(trim_me("Hello! "), "Hello!");
24
assert_eq!(trim_me(" What's up!"), "What's up!");
25
assert_eq!(trim_me(" Hola! "), "Hola!");
26
+ assert_eq!(trim_me("Hi!"), "Hi!");
27
}
28
29
#[test]
0 commit comments