about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--test/test_backend.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_backend.rb b/test/test_backend.rb
index 1e462b5..860be8f 100644
--- a/test/test_backend.rb
+++ b/test/test_backend.rb
@@ -217,7 +217,6 @@ class TestBackend < Test::Unit::TestCase
     actual = input.map { |c| @backend.url_unescape c }.join "\n"
 
     expected = (0..255).map { |c| c.chr }.join "\n"
-    expected.sub! '+', ' '
 
     assert_equal expected, actual
   end