diff options
Diffstat (limited to 'third_party/git/t/t4034/matlab/post')
-rw-r--r-- | third_party/git/t/t4034/matlab/post | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/git/t/t4034/matlab/post b/third_party/git/t/t4034/matlab/post new file mode 100644 index 000000000000..70e05f075345 --- /dev/null +++ b/third_party/git/t/t4034/matlab/post @@ -0,0 +1,9 @@ +(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; |