From c0258a9ea6f06988f03d06b19d2174890c34b809 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 10 Jul 2007 06:57:56 +0000 Subject: * bootstraptest/test_flip.rb: new test for flip-flop operator. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_flip.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 bootstraptest/test_flip.rb (limited to 'bootstraptest') diff --git a/bootstraptest/test_flip.rb b/bootstraptest/test_flip.rb new file mode 100644 index 0000000000..ff194868b2 --- /dev/null +++ b/bootstraptest/test_flip.rb @@ -0,0 +1 @@ +assert_equal %q{E}, %q{$_ = "E"; eval("nil if true..~/^E/",nil,"-e"); $_} -- cgit v1.2.3