From 91bf382fcf51af04f25ba22e1b70ac13cce4bd0b Mon Sep 17 00:00:00 2001 From: Boxuan Li Date: Sat, 18 May 2019 11:46:23 +0800 Subject: userdiff: add Octave Octave pattern is almost the same as matlab, except that '%%%' and '##' can also be used to begin code sections, in addition to '%%' that is understood by both. Octave pattern is merged into Matlab pattern. Test cases for the hunk header patterns of matlab and octave under t/t4018 are added. Signed-off-by: Boxuan Li Signed-off-by: Junio C Hamano --- t/t4018/matlab-section | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 t/t4018/matlab-section (limited to 't/t4018/matlab-section') diff --git a/t/t4018/matlab-section b/t/t4018/matlab-section new file mode 100644 index 0000000000..5ea59a5de0 --- /dev/null +++ b/t/t4018/matlab-section @@ -0,0 +1,3 @@ +%% RIGHT section +% this is understood by both matlab and octave +ChangeMe = 1; -- cgit v1.2.3