1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-29 16:31:23 +02:00

Fix cleaner test

This commit is contained in:
Elisabeth Henry 2016-04-14 15:10:08 +02:00
parent c15042cfec
commit eda8292cca

@ -15,5 +15,5 @@ fn cleaner_french() {
let french = French::new('~');
french.clean(&mut res);
println!("{}", &res);
test_eq(&res, " «~Comment allez-vous~?~» demanda-t-elle à son interlocutrice qui lui répondit~: «~Mais très bien ma chère~!~»");
test_eq(&res, " « Comment allez-vous~? » demanda-t-elle à son interlocutrice qui lui répondit : « Mais très bien ma chère~! »");
}