diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-22 07:01:51 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-22 07:01:51 +0000 |
| commit | ef512aecc2bed482d7a73ab26ebff57ef10a720b (patch) | |
| tree | 5b82e1f918bef0693d5c126f21f8de89ceabd6cf /bootstraptest/test_knownbug.rb | |
| parent | b5cbc9cc72c1e55ac7a09771102eaa5d5c85ee22 (diff) | |
| download | ruby-ef512aecc2bed482d7a73ab26ebff57ef10a720b.tar.gz ruby-ef512aecc2bed482d7a73ab26ebff57ef10a720b.tar.xz ruby-ef512aecc2bed482d7a73ab26ebff57ef10a720b.zip | |
* bootstraptest/test_knownbug.rb:
fix typo of filename (test_knwonbug.rb).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest/test_knownbug.rb')
| -rw-r--r-- | bootstraptest/test_knownbug.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb new file mode 100644 index 000000000..069f09e41 --- /dev/null +++ b/bootstraptest/test_knownbug.rb @@ -0,0 +1,9 @@ +#
+# This test file concludes tests which point out known bugs.
+# So all tests will cause failure.
+#
+
+# massign
+assert_equal '2', 'a, a = 1, 2; a', "[ruby-dev:31522]"
+
+
|
