From 1c58146ee508ee8d0621c4163b84676011a11ad0 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 13 Jan 2012 06:10:37 +0000 Subject: Forgot to commit the test part. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/test_shellwords.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/test_shellwords.rb') diff --git a/test/test_shellwords.rb b/test/test_shellwords.rb index bd44aec1af..59cdbe96dc 100644 --- a/test/test_shellwords.rb +++ b/test/test_shellwords.rb @@ -47,6 +47,11 @@ class TestShellwords < Test::Unit::TestCase assert_equal [expected], shellwords(cmdline) end + def test_stringification + assert_equal "3", shellescape(3) + assert_equal "ps -p #{$$}", ['ps', '-p', $$].shelljoin + end + def test_multibyte_characters # This is not a spec. It describes the current behavior which may # be changed in future. There would be no multibyte character -- cgit v1.2.3