mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-04-15 03:58:38 +01:00
Merge fcd77a83cc
into 7c0d269279
This commit is contained in:
commit
4b0c2075da
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ mod tests {
|
|||
assert_eq!(trim_me("Hello! "), "Hello!");
|
||||
assert_eq!(trim_me(" What's up!"), "What's up!");
|
||||
assert_eq!(trim_me(" Hola! "), "Hola!");
|
||||
assert_eq!(trim_me("Hi!"), "Hi!");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue