[#46037] Re: [ruby-core:47138] [ruby-trunk - Bug #6861][Open] ERB::Util.escape_html is not escaping single quotes — Shugo Maeda <shugo@...>

咳さん

12 messages 2012/08/13
[#46038] Re: [ruby-core:47138] [ruby-trunk - Bug #6861][Open] ERB::Util.escape_html is not escaping single quotes — Masatoshi SEKI <m_seki@...> 2012/08/13

咳といいます。

[#46051] [ruby-trunk - Feature #6875][Open] Make test/unit default gem — "kou (Kouhei Sutou)" <kou@...>

19 messages 2012/08/15

[#46081] [ruby-trunk - Feature #6936][Assigned] Forbid singleton class and instance variabls for float — "naruse (Yui NARUSE)" <naruse@...>

17 messages 2012/08/26
[#46082] Re: [ruby-trunk - Feature #6936][Assigned] Forbid singleton class and instance variabls for float — SASADA Koichi <ko1@...> 2012/08/27

(2012/08/27 8:12), naruse (Yui NARUSE) wrote:

[ruby-dev:46024] Re: &apos; failures.

From: Nobuyoshi Nakada <nobu@...>
Date: 2012-08-03 02:33:14 UTC
List: ruby-dev #46024
なかだです。

At Tue, 10 Jul 2012 10:52:32 +0900,
fujioka wrote in [ruby-dev:45932]:
> >> RSSの方はテストを直すか、
> >> escape_html4 でも入れて、そっちに置き換えるかしたいのですが、
> >> いかがでしょう?
> > 
> > テストを直してもらいたいです!
> > 
> 了解です。
> では、テストを直す方向でいきたいと思います。

まだtest/rubygems/test_gem_indexer.rbが失敗しています。

[423/891] TestGemIndexer#test_generate_index = 0.32 s
  1) Failure:
test_generate_index(TestGemIndexer) [/Users/nobu/src/ruby/trunk/src/test/rubygems/test_gem_indexer.rb:258]:
--- expected
+++ actual
@@ -107,13 +107,13 @@
       <description>
 &lt;pre&gt;This line is really, really long.  So long, in fact, that it is more than
 eighty characters long!  The purpose of this line is for testing wrapping
-behavior because sometimes people don't wrap their text to eighty characters.
+behavior because sometimes people don&apos;t wrap their text to eighty characters.
 Without the wrapping, the text might not look good in the RSS feed.
 
 Also, a list:
-  * An entry that's actually kind of sort
-  * an entry that's really long, which will probably get wrapped funny.
-That's ok, somebody wasn't thinking straight when they made it more than
+  * An entry that&apos;s actually kind of sort
+  * an entry that&apos;s really long, which will probably get wrapped funny.
+That&apos;s ok, somebody wasn&apos;t thinking straight when they made it more than
 eighty characters.&lt;/pre&gt;
       </description>
       <author>example@example.com (Example), example2@example.com (Example2)</author>

-- 
--- 僕の前にBugはない。
--- 僕の後ろにBugはできる。
    中田 伸悦

In This Thread