mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-07 00:19:57 +01:00
This provides the same test coverage as the previous tests, without the dependency on git. It also includes many more specific test cases with assertions, instead of simply relying on the code to not raise an exception.
10 lines
158 B
Diff
10 lines
158 B
Diff
diff --git a/test.txt b/test.txt
|
|
index 9ed40b4425..814f4a4229 100644
|
|
--- a/test.txt
|
|
+++ b/test.txt
|
|
@@ -1,2 +1,2 @@
|
|
one
|
|
-two
|
|
\ No newline at end of file
|
|
+two
|