diff --git a/test/test_unicode.rb b/test/test_unicode.rb
index c6999a39..cfb67490 100644
--- a/test/test_unicode.rb
+++ b/test/test_unicode.rb
@@ -29,9 +29,6 @@ context "Unicode Support" do
assert_equal "# 한글", utf8(page.raw_data)
# markup.rb
- # #简介
- # href.gsub('%', '%25') so the anchor works in Firefox.
- #
doc = Nokogiri::HTML page.formatted_data
h1s = doc / :h1
h1 = h1s.first
@@ -52,9 +49,6 @@ context "Unicode Support" do
assert_equal "# La faune d'Édiacara", utf8(page.raw_data)
# markup.rb
- # #简介
- # href.gsub('%', '%25') so the anchor works in Firefox.
- #
doc = Nokogiri::HTML page.formatted_data
h1s = doc / :h1
h1 = h1s.first