diff options
| author | Boxuan Li <liboxuan@connect.hku.hk> | 2019-05-18 11:46:23 +0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-05-19 10:45:28 +0900 |
| commit | 91bf382fcf51af04f25ba22e1b70ac13cce4bd0b (patch) | |
| tree | 28e2bfad11e17276c3c03a8de38502b0ee50df9c /t/t4018/matlab-octave-section-2 | |
| parent | ab15ad1a3b4b04a29415aef8c9afa2f64fc194a2 (diff) | |
| download | git-91bf382fcf51af04f25ba22e1b70ac13cce4bd0b.tar.gz | |
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 <liboxuan@connect.hku.hk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4018/matlab-octave-section-2')
| -rw-r--r-- | t/t4018/matlab-octave-section-2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/t4018/matlab-octave-section-2 b/t/t4018/matlab-octave-section-2 new file mode 100644 index 0000000000..ab2980f7f2 --- /dev/null +++ b/t/t4018/matlab-octave-section-2 @@ -0,0 +1,3 @@ +## RIGHT section +# this is octave script +ChangeMe = 1; |
