From 5c100b57f8c2f2513b0cf975d51b44b93a131070 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 11 Dec 2014 00:37:58 +0000 Subject: string.c: term fill * string.c (rb_str_squeeze_bang): fill wchar terminator. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/-ext-/string/test_cstr.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/-ext-/string/test_cstr.rb b/test/-ext-/string/test_cstr.rb index 86670dc6e2..9c2b73f695 100644 --- a/test/-ext-/string/test_cstr.rb +++ b/test/-ext-/string/test_cstr.rb @@ -68,6 +68,10 @@ class Test_StringCStr < Test::Unit::TestCase assert_wchars_term_char("foobar") {|s| s.delete!("ao".encode(s.encoding))} end + def test_wchar_squeeze! + assert_wchars_term_char("foo!") {|s| s.squeeze!} + end + def assert_wchars_term_char(str) result = {} WCHARS.map do |enc| -- cgit v1.2.3