mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
`@res` is an Array, so `@res =~ /\n\z/` calls `Object#=~` which always returns nil. I guess it should be `@res.last =~ /\n\z/`, but the change causes test failures. This bug was found during work for removal of `Object#=~`. [Feature #15231] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
|---|---|---|
| .. | ||
| attr_changer.rb | ||
| attr_span.rb | ||
| attribute_manager.rb | ||
| attributes.rb | ||
| blank_line.rb | ||
| block_quote.rb | ||
| document.rb | ||
| formatter.rb | ||
| formatter_test_case.rb | ||
| hard_break.rb | ||
| heading.rb | ||
| include.rb | ||
| indented_paragraph.rb | ||
| list.rb | ||
| list_item.rb | ||
| paragraph.rb | ||
| parser.rb | ||
| pre_process.rb | ||
| raw.rb | ||
| regexp_handling.rb | ||
| rule.rb | ||
| text_formatter_test_case.rb | ||
| to_ansi.rb | ||
| to_bs.rb | ||
| to_html.rb | ||
| to_html_crossref.rb | ||
| to_html_snippet.rb | ||
| to_joined_paragraph.rb | ||
| to_label.rb | ||
| to_markdown.rb | ||
| to_rdoc.rb | ||
| to_table_of_contents.rb | ||
| to_test.rb | ||
| to_tt_only.rb | ||
| verbatim.rb | ||