summaryrefslogtreecommitdiffstats
path: root/ext/nkf
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-09 13:34:43 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-09 13:34:43 +0000
commit12708d5440d7356ad0f4bf1219ae30c7f372ffb1 (patch)
tree68f098ebc33eb078d5fe16c5efcb730501bd1697 /ext/nkf
parentae913da992131a5d2236289a229858fa8898461f (diff)
downloadruby-12708d5440d7356ad0f4bf1219ae30c7f372ffb1.tar.gz
ruby-12708d5440d7356ad0f4bf1219ae30c7f372ffb1.tar.xz
ruby-12708d5440d7356ad0f4bf1219ae30c7f372ffb1.zip
* remove dump list
* remove CR git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/nkf')
-rw-r--r--ext/nkf/test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/nkf/test.rb b/ext/nkf/test.rb
index a82e7e3c2..9e37e4641 100644
--- a/ext/nkf/test.rb
+++ b/ext/nkf/test.rb
@@ -83,8 +83,8 @@ def test(opt, input, expects)
end
end
puts "Fail"
- puts result.unpack('H*').first
- puts expects.map{|x|x.unpack('H*').first}.join("\n")
+# puts result.unpack('H*').first
+# puts expects.map{|x|x.unpack('H*').first}.join("\n")
end