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>
5 lines
50 B
Plaintext
5 lines
50 B
Plaintext
function y = RIGHT()
|
|
x = 5;
|
|
y = ChangeMe + x;
|
|
end
|