From 24f513d989f503cc52eca756d15d47eaa2672918 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 15 Jan 2017 18:24:40 +0000 Subject: [PATCH] test suite: gitattributes: Test source format 1.0 with diff Signed-off-by: Ian Jackson --- tests/tests/gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/tests/gitattributes b/tests/tests/gitattributes index 7452082e..c8d1b0ae 100755 --- a/tests/tests/gitattributes +++ b/tests/tests/gitattributes @@ -129,6 +129,14 @@ native_convert () { :; } sfmt_setup 1.1 native sfmt_import norm +: ----- test 1.0 diff ----- + +diff_addpatch () { :; } +diff_convert () { :; } + +sfmt_setup 1.1 diff +sfmt_import norm + : ----- test "3.0 (quilt)" quilt_addpatch () { -- 2.30.2