aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 5ac1a74..f65b637 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -199,4 +199,9 @@ mod tests {
println!("{}", patch);
}
+
+ #[test]
+ fn patches_file() {
+ // File::open("../testdata/");
+ }
}