91bf382fcf
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 <liboxuan@connect.hku.hk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
%% RIGHT section
|
|
% this is understood by both matlab and octave
|
|
ChangeMe = 1;
|