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-octave-section-1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 t/t4018/matlab-octave-section-1 (limited to 't/t4018/matlab-octave-section-1') diff --git a/t/t4018/matlab-octave-section-1 b/t/t4018/matlab-octave-section-1 new file mode 100644 index 0000000000..3bb6c4670e --- /dev/null +++ b/t/t4018/matlab-octave-section-1 @@ -0,0 +1,3 @@ +%%% RIGHT section +# this is octave script +ChangeMe = 1; -- cgit v1.2.3