mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-07-03 00:46:57 +02:00
Sync solution
This commit is contained in:
@ -26,6 +26,7 @@ mod tests {
|
|||||||
assert_eq!(trim_me("Hello! "), "Hello!");
|
assert_eq!(trim_me("Hello! "), "Hello!");
|
||||||
assert_eq!(trim_me(" What's up!"), "What's up!");
|
assert_eq!(trim_me(" What's up!"), "What's up!");
|
||||||
assert_eq!(trim_me(" Hola! "), "Hola!");
|
assert_eq!(trim_me(" Hola! "), "Hola!");
|
||||||
|
assert_eq!(trim_me("Hi!"), "Hi!");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Reference in New Issue
Block a user