summaryrefslogtreecommitdiff
path: root/t/t4018/matlab-class-definition
diff options
context:
space:
mode:
authorBoxuan Li <liboxuan@connect.hku.hk>2019-05-18 03:46:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-05-19 01:45:28 (GMT)
commit91bf382fcf51af04f25ba22e1b70ac13cce4bd0b (patch)
tree28e2bfad11e17276c3c03a8de38502b0ee50df9c /t/t4018/matlab-class-definition
parentab15ad1a3b4b04a29415aef8c9afa2f64fc194a2 (diff)
downloadgit-91bf382fcf51af04f25ba22e1b70ac13cce4bd0b.zip
git-91bf382fcf51af04f25ba22e1b70ac13cce4bd0b.tar.gz
git-91bf382fcf51af04f25ba22e1b70ac13cce4bd0b.tar.bz2
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-class-definition')
-rw-r--r--t/t4018/matlab-class-definition5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t4018/matlab-class-definition b/t/t4018/matlab-class-definition
new file mode 100644
index 0000000..84daedf
--- /dev/null
+++ b/t/t4018/matlab-class-definition
@@ -0,0 +1,5 @@
+classdef RIGHT
+ properties
+ ChangeMe
+ end
+end