diff options
Diffstat (limited to 'test/ruby/undef.in.rb')
-rw-r--r-- | test/ruby/undef.in.rb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/ruby/undef.in.rb b/test/ruby/undef.in.rb deleted file mode 100644 index 795483d..0000000 --- a/test/ruby/undef.in.rb +++ /dev/null @@ -1,18 +0,0 @@ -undef /
-undef ,
-undef --
-
-undef
-# bla
-[]=
-
-undef undef
-undef /,/,:/
-
-undef &,&&
-
-:simple
-:"bla"
-:"#{undef :blubb}#@@cv"
-
-undef :"bla", /, :"#{undef :blubb}#@@cv"
|