fixed escaping tests
This commit is contained in:
parent
b44e4bb093
commit
e0a9115941
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ mod test {
|
|||
command: PRIVMSG("#test".to_string(), "test".to_string()),
|
||||
}
|
||||
.to_string();
|
||||
let message = "@tag=\\:\\s\\\\\\r\\na :test PRIVMSG #test :test\r\n";
|
||||
let message = "@tag=\\:\\s\\\\\\r\\na :test PRIVMSG #test test\r\n";
|
||||
assert_eq!(msg, message);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue