summaryrefslogtreecommitdiffhomepage
path: root/test/t/string.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/string.rb')
-rw-r--r--test/t/string.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/t/string.rb b/test/t/string.rb
index 34a834f50..7fd48761c 100644
--- a/test/t/string.rb
+++ b/test/t/string.rb
@@ -115,7 +115,7 @@ end
assert('String#chop!', '15.2.10.5.12') do
a = ''
b = 'abc'
-
+
a.chop!
b.chop!
@@ -147,7 +147,7 @@ assert('String#each_line', '15.2.10.5.15') do
a.each_line do |line|
n_list << line
end
-
+
list == n_list
end