fixed escaping tests

This commit is contained in:
Aaron Weiss 2020-01-31 17:11:28 -05:00
parent b44e4bb093
commit e0a9115941
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF

View file

@ -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);
}
}