summaryrefslogtreecommitdiffstats
path: root/test/test_shellwords.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-30 04:50:04 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-30 04:50:04 +0000
commita07a26c9ac8f232907fc48d44970d7de7c6726c8 (patch)
treedf55d54a7eb8949709cdeaadaa52b98c60e117a1 /test/test_shellwords.rb
parent290ec14a835d150a7405e845e7c1c91715c58033 (diff)
downloadruby-a07a26c9ac8f232907fc48d44970d7de7c6726c8.tar.gz
ruby-a07a26c9ac8f232907fc48d44970d7de7c6726c8.tar.xz
ruby-a07a26c9ac8f232907fc48d44970d7de7c6726c8.zip
* misc/ruby-mode.el (ruby-expr-beg): support $! at the end of
expression. [ruby-dev:27868] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/test_shellwords.rb')
-rw-r--r--test/test_shellwords.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_shellwords.rb b/test/test_shellwords.rb
index 1d914c5c0..ddb2d870b 100644
--- a/test/test_shellwords.rb
+++ b/test/test_shellwords.rb
@@ -11,12 +11,6 @@ class TestShellwords < Test::Unit::TestCase
end
- def test_not_string
- assert_raises ArgumentError do
- shellwords(@not_string)
- end
- end
-
def test_string
assert_instance_of(Array, shellwords(@cmd))
assert_equal(4, shellwords(@cmd).length)