Skip to content

Commit 9a35868

Browse files
committed
Sync solution
1 parent a99433c commit 9a35868

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

solutions/09_strings/strings3.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ mod tests {
2626
assert_eq!(trim_me("Hello! "), "Hello!");
2727
assert_eq!(trim_me(" What's up!"), "What's up!");
2828
assert_eq!(trim_me(" Hola! "), "Hola!");
29+
assert_eq!(trim_me("Hi!"), "Hi!");
2930
}
3031

3132
#[test]

0 commit comments

Comments
 (0)