Remove unnecessary comma
This commit is contained in:
parent
c84785d93c
commit
424193041f
1 changed files with 1 additions and 1 deletions
|
|
@ -97,6 +97,6 @@ mod tests {
|
|||
#[test]
|
||||
fn other_characters_are_not_escaped() {
|
||||
let string = "The quick brown 🦊 jumps over the lazy 🐶";
|
||||
assert_eq!(string, format!("{}", XmlEscaped(string)),);
|
||||
assert_eq!(string, format!("{}", XmlEscaped(string)));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue