1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/rdoc
drbrain f3b24b5b7f * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc
bug #164
* test/rdoc/test_rdoc_cross_reference.rb:  Test for above.

* lib/rdoc/parser/changelog.rb:  Fixed parsing of dates.  RDoc bug #165
* test/rdoc/test_rdoc_parser_changelog.rb:  Test for above.

* lib/rdoc/parser.rb:  Fixed parsing multibyte files with incomplete
  characters at byte 1024.  [ruby-trunk - Bug #6393]
  Fixed handling of -E.  [ruby-trunk - Bug #6392]
* test/rdoc/test_rdoc_options.rb:  Test for above.
* test/rdoc/test_rdoc_parser.rb:  ditto.
* test/rdoc/test_rdoc_parser_c.rb:  ditto.
* test/rdoc/test_rdoc_parser_changelog.rb:  ditto.
* test/rdoc/test_rdoc_parser_markdown.rb:  ditto.
* test/rdoc/test_rdoc_parser_rd.rb:  ditto.
* test/rdoc/test_rdoc_rdoc.rb:  ditto.

* lib/rdoc/tom_doc.rb:  Fixed parsing of [] in TomDoc arguments list.
  RDoc bug #167
* test/rdoc/test_rdoc_tom_doc.rb:  Test for above.

* lib/rdoc.rb:  Update version.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-01-04 06:16:13 +00:00
..
MarkdownTest_1.0.3
binary.dat
hidden.zip.txt
README
test.ja.large.rdoc
test.ja.largedoc * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc 2013-01-04 06:16:13 +00:00
test.ja.rdoc
test.ja.txt
test.txt
test_attribute_manager.rb
test_rdoc_alias.rb
test_rdoc_any_method.rb
test_rdoc_attr.rb
test_rdoc_class_module.rb * lib/rdoc/class_module.rb: Fixed duplicate comments for classes and 2012-12-13 07:58:47 +00:00
test_rdoc_code_object.rb
test_rdoc_comment.rb * lib/rdoc/markup/to_html.rb (class RDoc): Added current heading and 2012-12-20 03:57:08 +00:00
test_rdoc_constant.rb
test_rdoc_context.rb * lib/rdoc/context.rb: Don't warn for duplicate methods while loading. 2012-12-06 06:20:50 +00:00
test_rdoc_context_section.rb * lib/rdoc/test_case.rb (RDoc::TestCase#verbose_capture_io): 2012-11-29 07:01:46 +00:00
test_rdoc_cross_reference.rb * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc 2013-01-04 06:16:13 +00:00
test_rdoc_encoding.rb * lib/rdoc/encoding.rb: Do not remove #! line from document when 2012-12-18 08:24:57 +00:00
test_rdoc_extend.rb
test_rdoc_generator_darkfish.rb * test/rdoc/test_rdoc_generator_darkfish.rb: Updated tests for windows 2012-11-27 07:09:21 +00:00
test_rdoc_generator_json_index.rb
test_rdoc_generator_markup.rb * lib/rdoc/markup/to_html.rb (class RDoc): Added current heading and 2012-12-20 03:57:08 +00:00
test_rdoc_generator_ri.rb
test_rdoc_include.rb
test_rdoc_markdown.rb
test_rdoc_markdown_test.rb
test_rdoc_markup.rb
test_rdoc_markup_attribute_manager.rb
test_rdoc_markup_attributes.rb
test_rdoc_markup_document.rb * lib/rdoc*: Improved display of ChangeLog files as HTML. 2012-12-05 22:20:15 +00:00
test_rdoc_markup_formatter.rb * lib/rdoc.rb: Updated VERSION. 2012-12-16 23:07:49 +00:00
test_rdoc_markup_hard_break.rb
test_rdoc_markup_heading.rb
test_rdoc_markup_include.rb
test_rdoc_markup_indented_paragraph.rb
test_rdoc_markup_paragraph.rb
test_rdoc_markup_parser.rb * lib/rdoc/generator/darkfish.rb: Silenced warning 2012-11-29 23:34:29 +00:00
test_rdoc_markup_pre_process.rb
test_rdoc_markup_raw.rb
test_rdoc_markup_to_ansi.rb
test_rdoc_markup_to_bs.rb
test_rdoc_markup_to_html.rb * lib/rdoc/markup/to_html.rb (class RDoc): Added current heading and 2012-12-20 03:57:08 +00:00
test_rdoc_markup_to_html_crossref.rb
test_rdoc_markup_to_html_snippet.rb
test_rdoc_markup_to_joined_paragraph.rb
test_rdoc_markup_to_label.rb
test_rdoc_markup_to_markdown.rb * lib/rdoc.rb: Updated VERSION. 2012-12-16 23:07:49 +00:00
test_rdoc_markup_to_rdoc.rb
test_rdoc_markup_to_table_of_contents.rb * lib/rdoc*: Improved display of ChangeLog files as HTML. 2012-12-05 22:20:15 +00:00
test_rdoc_markup_to_tt_only.rb
test_rdoc_markup_verbatim.rb
test_rdoc_method_attr.rb
test_rdoc_normal_class.rb
test_rdoc_normal_module.rb
test_rdoc_options.rb * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc 2013-01-04 06:16:13 +00:00
test_rdoc_parser.rb * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc 2013-01-04 06:16:13 +00:00
test_rdoc_parser_c.rb * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc 2013-01-04 06:16:13 +00:00
test_rdoc_parser_changelog.rb * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc 2013-01-04 06:16:13 +00:00
test_rdoc_parser_markdown.rb * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc 2013-01-04 06:16:13 +00:00
test_rdoc_parser_rd.rb * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc 2013-01-04 06:16:13 +00:00
test_rdoc_parser_ruby.rb * lib/rdoc/parser/ruby.rb: Ignore methods defined on constants to 2012-12-20 06:23:28 +00:00
test_rdoc_parser_simple.rb
test_rdoc_rd.rb
test_rdoc_rd_block_parser.rb * lib/rdoc.rb: Updated VERSION. 2012-12-16 23:07:49 +00:00
test_rdoc_rd_inline.rb
test_rdoc_rd_inline_parser.rb * lib/rdoc.rb: Updated VERSION. 2012-12-16 23:07:49 +00:00
test_rdoc_rdoc.rb * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc 2013-01-04 06:16:13 +00:00
test_rdoc_require.rb
test_rdoc_ri_driver.rb * lib/rdoc/ri/driver.rb: Fixed ri page display for files with 2012-12-03 23:32:39 +00:00
test_rdoc_ri_paths.rb * test/rdoc/test_rdoc_ri_paths.rb: Fixed duplicate path bug which 2012-11-27 07:29:00 +00:00
test_rdoc_ruby_lex.rb * lib/rdoc/ruby_lex.rb: Return a TkHEREDOC instead of a TkSTRING when 2012-12-18 07:31:36 +00:00
test_rdoc_ruby_token.rb
test_rdoc_rubygems_hook.rb * lib/rdoc/rubygems_hook.rb: Fixed generation of documentation. 2012-12-14 05:16:56 +00:00
test_rdoc_servlet.rb * lib/rdoc/servlet.rb: Add support for serving documentation from a 2012-11-28 07:41:19 +00:00
test_rdoc_single_class.rb
test_rdoc_stats.rb
test_rdoc_store.rb * lib/rdoc/store.rb: Work around RDoc stores from older versions of 2012-12-18 07:39:15 +00:00
test_rdoc_task.rb * lib/rdoc/test_case.rb (RDoc::TestCase#verbose_capture_io): 2012-11-29 07:01:46 +00:00
test_rdoc_text.rb remove trainling spaces 2012-11-29 08:10:23 +00:00
test_rdoc_token_stream.rb
test_rdoc_tom_doc.rb * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDoc 2013-01-04 06:16:13 +00:00
test_rdoc_top_level.rb * lib/rdoc/*: Added --root option for building documentation outside 2012-11-27 08:54:03 +00:00
xref_data.rb
xref_test_case.rb

you don't have to