aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_string.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-01 01:22:45 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-01 01:22:45 +0000
commit840723e523cd54689b41bdc94abad6e63a991c6f (patch)
tree72f5f400e602438dfac411e31475275ceccae11c /test/ruby/test_string.rb
parent79f1b9e93b251da509766d99022689bd040e0e2b (diff)
downloadruby-840723e523cd54689b41bdc94abad6e63a991c6f.tar.gz
test/test_{string,sprintf}.rb: updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_string.rb')
-rw-r--r--test/ruby/test_string.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_string.rb b/test/ruby/test_string.rb
index 647babb663..ed4b667a4c 100644
--- a/test/ruby/test_string.rb
+++ b/test/ruby/test_string.rb
@@ -207,7 +207,7 @@ class TestString < Test::Unit::TestCase
171,
171]
- assert_equal(S(' hi 123 %foo 456 0x0A3.1 1011 ab AB 0b1011 0xab 0XAB'), x)
+ assert_equal(S(' hi 123 %foo 456 0A3.1 1011 ab AB 0b1011 0xab 0XAB'), x)
end
def test_MUL # '*'