summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_shellwords.rb5
1 files changed, 5 insertions, 0 deletions
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