about summary refs log tree commit diff
path: root/third_party/git/t/t4034/ruby/pre
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4034/ruby/pre')
-rw-r--r--third_party/git/t/t4034/ruby/pre17
1 files changed, 0 insertions, 17 deletions
diff --git a/third_party/git/t/t4034/ruby/pre b/third_party/git/t/t4034/ruby/pre
deleted file mode 100644
index 30ed9a1595..0000000000
--- a/third_party/git/t/t4034/ruby/pre
+++ /dev/null
@@ -1,17 +0,0 @@
-10.downto(1) {|x| puts x}
-1 -1e10 0xabcdef 'x'
-[a] a->b a.b
-!a ~a a++ 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
-a==b a!=b
-a&b
-a^b
-a|b
-a&&b
-a||b
-a?b:z
-a=b a+=b a-=b a*=b a/=b a%=b a<<=b a>>=b a&=b a^=b a|=b
-a,y