use File;
use Read;
pub const SOURCE_PATH: &str = "tests/source.txt";
pub const TARGET_PATH_1: &str = "tests/final1.txt";
pub const PATCH_PATH_1: &str = "tests/patch1.ups";
pub const TARGET_PATH_2: &str = "tests/final2.txt";
pub const PATCH_PATH_2: &str = "tests/patch2.ups";