summaryrefslogtreecommitdiff
path: root/t/t4034/matlab/pre
diff options
context:
space:
mode:
authorLibravatar Gustaf Hendeby <hendeby@isy.liu.se>2011-11-15 21:15:03 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-11-15 16:11:52 -0800
commit53b10a140527253f61cfc209a4e85e132c0bc4ee (patch)
treea56ca111bf140b32a6e3e796d44b68636e5c9f06 /t/t4034/matlab/pre
parentGit 1.7.8-rc2 (diff)
downloadtgif-53b10a140527253f61cfc209a4e85e132c0bc4ee.tar.xz
Add built-in diff patterns for MATLAB code
MATLAB is often used in industry and academia for scientific computations motivating it being included as a built-in pattern. Signed-off-by: Gustaf Hendeby <hendeby@isy.liu.se> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4034/matlab/pre')
-rw-r--r--t/t4034/matlab/pre9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/t4034/matlab/pre b/t/t4034/matlab/pre
new file mode 100644
index 0000000000..dc204db486
--- /dev/null
+++ b/t/t4034/matlab/pre
@@ -0,0 +1,9 @@
+(1) (-1e10) 'b';
+[a] {a} a.b;
+~a;
+a*b a.*b a/b a./b a^b a.^b a.\b a.';
+a+b a-b;
+a&b a&&b a|b a||b;
+a<b a<=b a>b a>=b;
+a==b a~=b;
+a,b;