Rename test.rs to tests.rs
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user