diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/patch.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/patch.test b/tests/patch.test index 788a1b01..42eed937 100755 --- a/tests/patch.test +++ b/tests/patch.test @@ -78,4 +78,11 @@ testing "filter timestamps" "patch > /dev/null && cat bork" \ five " +testing "quoted name" "patch > /dev/null && cat 'fruit bat'" \ + "hello\n" "" ' +--- /dev/null ++++ "fruit bat" +@@ -0,0 +1 @@ ++hello +' # todo bork bork2 |