about summary refs log tree commit diff
path: root/third_party/git/t/t4034/matlab
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4034/matlab')
-rw-r--r--third_party/git/t/t4034/matlab/expect14
-rw-r--r--third_party/git/t/t4034/matlab/post9
-rw-r--r--third_party/git/t/t4034/matlab/pre9
3 files changed, 0 insertions, 32 deletions
diff --git a/third_party/git/t/t4034/matlab/expect b/third_party/git/t/t4034/matlab/expect
deleted file mode 100644
index 72cf3e93a2aa..000000000000
--- a/third_party/git/t/t4034/matlab/expect
+++ /dev/null
@@ -1,14 +0,0 @@
-<BOLD>diff --git a/pre b/post<RESET>
-<BOLD>index dc204db..70e05f0 100644<RESET>
-<BOLD>--- a/pre<RESET>
-<BOLD>+++ b/post<RESET>
-<CYAN>@@ -1,9 +1,9 @@<RESET>
-(<RED>1<RESET><GREEN>0<RESET>) (<RED>-1e10<RESET><GREEN>-0e10<RESET>) '<RED>b<RESET><GREEN>y<RESET>';
-[<RED>a<RESET><GREEN>x<RESET>] {<RED>a<RESET><GREEN>x<RESET>} <RED>a<RESET><GREEN>x<RESET>.<RED>b<RESET><GREEN>y<RESET>;
-~<RED>a<RESET><GREEN>x<RESET>;
-<RED>a<RESET><GREEN>x<RESET>*<RED>b a<RESET><GREEN>y x<RESET>.*<RED>b a<RESET><GREEN>y x<RESET>/<RED>b a<RESET><GREEN>y x<RESET>./<RED>b a<RESET><GREEN>y x<RESET>^<RED>b a<RESET><GREEN>y x<RESET>.^<RED>b a<RESET><GREEN>y x<RESET>.\<RED>b a<RESET><GREEN>y x<RESET>.';
-<RED>a<RESET><GREEN>x<RESET>+<RED>b a<RESET><GREEN>y x<RESET>-<RED>b<RESET><GREEN>y<RESET>;
-<RED>a<RESET><GREEN>x<RESET>&<RED>b a<RESET><GREEN>y x<RESET>&&<RED>b a<RESET><GREEN>y x<RESET>|<RED>b a<RESET><GREEN>y x<RESET>||<RED>b<RESET><GREEN>y<RESET>;
-<RED>a<RESET><GREEN>x<RESET><<RED>b a<RESET><GREEN>y x<RESET><=<RED>b a<RESET><GREEN>y x<RESET>><RED>b a<RESET><GREEN>y x<RESET>>=<RED>b<RESET><GREEN>y<RESET>;
-<RED>a<RESET><GREEN>x<RESET>==<RED>b a<RESET><GREEN>y x<RESET>~=<RED>b<RESET><GREEN>y<RESET>;
-<RED>a<RESET><GREEN>x<RESET>,<RED>b<RESET><GREEN>y<RESET>;
diff --git a/third_party/git/t/t4034/matlab/post b/third_party/git/t/t4034/matlab/post
deleted file mode 100644
index 70e05f075345..000000000000
--- a/third_party/git/t/t4034/matlab/post
+++ /dev/null
@@ -1,9 +0,0 @@
-(0) (-0e10) 'y';
-[x] {x} x.y;
-~x;
-x*y x.*y x/y x./y x^y x.^y x.\y x.';
-x+y x-y;
-x&y x&&y x|y x||y;
-x<y x<=y x>y x>=y;
-x==y x~=y;
-x,y;
diff --git a/third_party/git/t/t4034/matlab/pre b/third_party/git/t/t4034/matlab/pre
deleted file mode 100644
index dc204db486a7..000000000000
--- a/third_party/git/t/t4034/matlab/pre
+++ /dev/null
@@ -1,9 +0,0 @@
-(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;