Rename test.rs to tests.rs

This commit is contained in:
Dima Kudosh
2016-07-02 21:10:52 +03:00
committed by GitHub
parent 063536e703
commit 900da83d59
+1 -1
View File
@@ -145,4 +145,4 @@ fn test_context_diff() {
let result = difflib::context_diff(&first_text, &second_text, "Original", "Current",
"2005-01-26 23:30:50", "2010-04-02 10:20:52", 3).join("");
assert_eq!(result, "*** Original\t2005-01-26 23:30:50\n--- Current\t2010-04-02 10:20:52\n***************\n*** 1,4 ****\n one! two! three four--- 1,4 ----\n+ zero one! tree four");
}
}