use ;
use ;
use File;
use BufReader;
/// Search for a pattern in a file and display the lines that contain it.
// #[test]
// fn find_a_match() {
// let mut result = Vec::new();
// string_finder::find_matches("lorem ipsum\ndolor sit amet", "lorem", &mut result);
// assert_eq!(result, b"lorem ipsum\n");
// }