ruby/test/rdoc
Nobuyoshi Nakada dbfb3b1917 [ruby/rdoc] Allow boolean arguments to `rb_attr` and `rb_define_attr`
Currently only literal `0` and `1` are accepted as `read`/`write`
flags.
This patch allows other boolean arguments, C macros (`FALSE`/`TRUE`),
Ruby `VALUE`s (`Qfalse`/`Qtrue`), and C99 `bool`s (`false`/`true`), as
well.

https://github.com/ruby/rdoc/commit/169dc02e3c
2022-06-07 10:42:10 +09:00
..
MarkdownTest_1.0.3
support [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
README
binary.dat
helper.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
hidden.zip.txt
test.ja.largedoc
test.ja.rdoc
test.ja.txt
test.txt
test_rdoc_alias.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_any_method.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_attr.rb
test_rdoc_class_module.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_code_object.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_comment.rb
test_rdoc_constant.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_context.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_context_section.rb
test_rdoc_cross_reference.rb [ruby/rdoc] Allow cross references to methods including underscores 2022-04-14 12:51:30 +09:00
test_rdoc_encoding.rb
test_rdoc_extend.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_generator_darkfish.rb [ruby/rdoc] Expand the enclosing tree of the current file 2022-03-22 01:32:13 +09:00
test_rdoc_generator_json_index.rb Removed obsoleted comment 2021-09-06 19:36:04 +09:00
test_rdoc_generator_markup.rb
test_rdoc_generator_pot.rb
test_rdoc_generator_pot_po.rb
test_rdoc_generator_pot_po_entry.rb
test_rdoc_generator_ri.rb
test_rdoc_i18n_locale.rb
test_rdoc_i18n_text.rb
test_rdoc_include.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_markdown.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_markdown_test.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_markup.rb
test_rdoc_markup_attribute_manager.rb [ruby/rdoc] Apply matching word pairs to underscore-methods 2022-04-14 16:37:14 +09:00
test_rdoc_markup_attributes.rb
test_rdoc_markup_document.rb
test_rdoc_markup_formatter.rb
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
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 [ruby/rdoc] Only parse valid URLs 2022-04-13 22:25:33 +09:00
test_rdoc_markup_to_html_crossref.rb [ruby/rdoc] Support crossref of methods with multiple arguments 2022-03-09 23:38:45 +09:00
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 Use https instead of http 2020-07-28 19:51:54 +09:00
test_rdoc_markup_to_rdoc.rb
test_rdoc_markup_to_table_of_contents.rb
test_rdoc_markup_to_tt_only.rb
test_rdoc_markup_verbatim.rb
test_rdoc_method_attr.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_normal_class.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_normal_module.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_options.rb [ruby/rdoc] Load YAML library for each test 2022-02-12 17:13:06 +09:00
test_rdoc_parser.rb Revert changes to rdoc & rubygems regarding Tempfile.open(&block) 2020-08-29 12:49:20 +02:00
test_rdoc_parser_c.rb [ruby/rdoc] Allow boolean arguments to `rb_attr` and `rb_define_attr` 2022-06-07 10:42:10 +09:00
test_rdoc_parser_changelog.rb [ruby/rdoc] Support iso-strict format in git-log 2021-01-25 18:33:33 +09:00
test_rdoc_parser_markdown.rb
test_rdoc_parser_rd.rb
test_rdoc_parser_ruby.rb [ruby/rdoc] Get rid of ruby-mode.el confusions 2022-02-09 22:22:45 +09:00
test_rdoc_parser_simple.rb
test_rdoc_rd.rb
test_rdoc_rd_block_parser.rb Revert changes to rdoc & rubygems regarding Tempfile.open(&block) 2020-08-29 12:49:20 +02:00
test_rdoc_rd_inline.rb
test_rdoc_rd_inline_parser.rb
test_rdoc_rdoc.rb [ruby/rdoc] Dump plain objects as `RDoc::Options` 2022-02-12 16:15:08 +09:00
test_rdoc_require.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_ri_driver.rb [ruby/rdoc] Use runnable command as DUMMY_PAGER 2022-06-06 21:19:45 +09:00
test_rdoc_ri_paths.rb Fix failures of test/rdoc/test_rdoc_ri_paths.rb 2020-04-26 16:14:14 +09:00
test_rdoc_rubygems_hook.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_servlet.rb [ruby/rdoc] Try to load WEBrick for testing 2021-09-03 19:12:24 +09:00
test_rdoc_single_class.rb
test_rdoc_stats.rb
test_rdoc_store.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_task.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
test_rdoc_text.rb [ruby/rdoc] Convert upper case copyright and registered marks 2021-09-11 17:03:52 +09:00
test_rdoc_token_stream.rb
test_rdoc_tom_doc.rb
test_rdoc_top_level.rb [ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821) 2022-02-12 15:06:06 +09:00
xref_data.rb [ruby/rdoc] Resolve class and method of the same name correctly 2021-12-09 18:16:05 +09:00
xref_test_case.rb [ruby/rdoc] Resolve class and method of the same name correctly 2021-12-09 18:16:05 +09:00

README

you don't have to