summaryrefslogtreecommitdiffhomepage
path: root/test/t/string.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-05-28 15:46:10 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2012-05-28 15:46:10 -0700
commit2d73abd84405b5096d367bd6654907ae5d9905dc (patch)
treeb0e0ecd589ae7bb58ac4805bf3c4e802fff85a5e /test/t/string.rb
parentec3944d9c05fc5553469375661dbdaba42a57303 (diff)
parentb19575e5ac1e15c83797a0d8974bc4cc02b83fe6 (diff)
downloadmruby-2d73abd84405b5096d367bd6654907ae5d9905dc.tar.gz
mruby-2d73abd84405b5096d367bd6654907ae5d9905dc.zip
Merge pull request #202 from bovi/add-docu
Add Test Cases (Literals, Enumerable, Exceptions, misc)
Diffstat (limited to 'test/t/string.rb')
-rw-r--r--test/t/string.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/t/string.rb b/test/t/string.rb
index 7fd48761c..76df18aaf 100644
--- a/test/t/string.rb
+++ b/test/t/string.rb
@@ -319,4 +319,3 @@ assert('String#upcase!', '15.2.10.5.43') do
a == 'ABC'
end
-