Commits
Click on a commit to change the comparison rangeMerge branch 'main' into lists-2 Prepare to port lists_test.rb from Ruby Asciidoctor Add a minimal XPath-like query system for testing Port the first several tests in bulleted_lists::simple_lists Enable more tests in bulleted_lists::simple_lists Fix comment that is now outdated Remove unused bypass in a few places Merge branch 'main' into lists-2 Enable test should_escape_special_characters_in_all_literal_paragraphs_attached_to_list_item Port test a_literal_paragraph_offset_by_a_blank_line_in_list_content_followed_by_line_with_continuation_is_appended_as_two_blocks Port test should_continue_to_parse_blocks_attached_by_a_list_continuation_after_block_is_dropped Port tests appends_line_as_paragraph_if_attached_by_continuation_following_line_comment and a_literal_paragraph_with_a_line_that_appears_as_a_list_item_that_is_followed_by_a_continuation_should_create_two_blocks Link TODOs with existing GH issues Port test consecutive_literal_paragraph_offset_by_blank_lines_in_list_content_are_appended_as_a_literal_blocks Port test a_literal_paragraph_without_a_trailing_blank_line_consumes_following_list_items Port test should_represent_block_style_as_style_class Port test leading_dot_is_treated_as_text_not_block_title Update tests for definition list parsing Flag some tests as needing #311 and #461 Enable test lines_with_alternating_markers_of_bulleted_and_description_list_types_separated_by_blank_lines_should_be_nested Port test list_should_terminate_before_next_lower_section_heading_with_implicit_id Merge branch 'main' into lists-2 Merge branch 'main' into lists-2 Port test adjacent_list_continuation_line_attaches_following_block_with_block_attributes Port test trailing_block_attribute_line_attached_by_continuation_should_not_create_block Port test list_item_paragraph_in_list_item_and_nested_list_item Port test trailing_list_continuations_should_attach_to_list_items_at_respective_levels Port test trailing_list_continuations_should_attach_to_list_items_of_different_types_at_respective_levels Port test repeated_list_continuations_should_attach_to_list_items_at_respective_levels Port test should_warn_if_explicit_lowercase_roman_numerals_in_list_are_out_of_sequence Merge branch 'main' into lists-2 Port test should_parse_a_dlist_delimiter_preceded_by_a_blank_attribute_as_a_dlist Port test should_parse_a_dlist_if_term_is_include_and_principal_text_is_brackets Port test should_parse_sibling_items_using_same_rules Port test single_line_indented_adjacent_elements_with_tabs Port test single_line_elements_separated_by_blank_line_should_create_a_single_list Port test a_block_title_between_elements_should_divide_them_into_separate_lists Port test multi_line_elements_with_paragraph_content Port test multi_line_elements_with_indented_paragraph_content Port test should_not_strip_comment_line_in_literal_paragraph_block_attached_to_list_item Port test should_escape_special_characters_in_all_literal_paragraphs_attached_to_list_item Port test multi_line_element_with_multiple_terms Port test mixed_single_and_multi_line_adjacent_elements Partially port test should_discover_anchor_at_start_of_description_term_text_and_register_it_as_a_reference Port test multiple_listing_blocks_inside_description_list Port test should_not_match_comment_line_following_list_that_looks_like_description_list_term Enable 30 previously-ignored tests in lists_test.rs Port test text_method_of_dd_node_should_return_nil_if_dd_node_only_contains_blocks Port test multi_line_adjacent_nested_elements Port test multi_line_nested_elements_separated_by_blank_line_at_nested_level_repeated Port test multi_line_element_with_indented_nested_element Port test mixed_single_and_multi_line_elements_with_indented_nested_elements Port test multi_line_elements_with_first_paragraph_folded_to_text_with_adjacent_nested_element Port test should_convert_glossary_list_with_proper_semantics Port test appends_literal_line_attached_by_continuation_as_block_if_item_has_no_inline_description_followed_by_ruler Skip a few ruler-based tests Port test attached_paragraph_does_not_break_on_adjacent_nested_description_list_term Port test block_attribute_line_above_paragraph_that_breaks_a_dlist_is_not_duplicated Port test block_title_offset_by_blank_line_divides_lists_and_becomes_title_of_second_list_because_item_has_text Port test should_set_lineno_to_line_number_in_source_where_list_starts SDD for unordered lists page SDD for ordered list page Merge branch 'main' into lists-2 SDD for separating lists page SDD for continuation page (work in progress) Merge branch 'main' into lists-2 Progress on SDD for complex list items page