diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-10 06:57:56 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-10 06:57:56 +0000 |
| commit | f195330dfdc0611fdb5719f09a3d2037fd82ad77 (patch) | |
| tree | c5adebb26fb3af95c03e5e1c8114051418716e8e /bootstraptest | |
| parent | 611e8baf9f8f7682d32cbfd63910a2339df1dbec (diff) | |
| download | ruby-f195330dfdc0611fdb5719f09a3d2037fd82ad77.tar.gz ruby-f195330dfdc0611fdb5719f09a3d2037fd82ad77.tar.xz ruby-f195330dfdc0611fdb5719f09a3d2037fd82ad77.zip | |
* bootstraptest/test_flip.rb: new test for flip-flop operator.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
| -rw-r--r-- | bootstraptest/test_flip.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstraptest/test_flip.rb b/bootstraptest/test_flip.rb new file mode 100644 index 000000000..ff194868b --- /dev/null +++ b/bootstraptest/test_flip.rb @@ -0,0 +1 @@ +assert_equal %q{E}, %q{$_ = "E"; eval("nil if true..~/^E/",nil,"-e"); $_} |
