organic/org_mode_samples/greater_element/plain_list
Tom Alexander d8102b7bc2
Move the affiliated keywords parser inside the specific element parsers.
We need access to the affiliated keywords to do things like set the name of the element, and only half the element parsers are allowed to have affiliated keywords, so it makes sense to move it inside the specific parsers.
2023-10-04 20:55:48 -04:00
..
alphabetic_counter_set.org Add tests for alphabetic counter sets. 2023-09-29 14:26:39 -04:00
alphabetic_list_larger_than_26.org Add tests for alphabetic counter sets. 2023-09-29 14:26:39 -04:00
alphabetical_bullets.org Add cargo directive to rebuild the auto-generated tests when files under org_mode_samples get updated. 2023-09-13 21:28:44 -04:00
content_on_next_line.org Add a test case that breaks the current parser. 2023-08-25 04:39:58 -04:00
counter_set.org Support counter set in plain list items. 2023-09-06 19:09:20 -04:00
description_eof.org Fix handling line breaks after divider in description lists. 2023-08-29 21:27:54 -04:00
description_list.org Support blank lines for descriptive list with empty value before final list item. 2023-09-21 22:03:21 -04:00
description_list_empty_value.org Support blank lines for descriptive list with empty value before final list item. 2023-09-21 22:03:21 -04:00
description_list_object_key.org Add test showing that we are not handling trailing spaces in description list tags correctly. 2023-09-08 19:24:03 -04:00
description_list_tabs.org Add tests showing we are not handling tabs appropriately for description list tags. 2023-09-08 19:53:58 -04:00
description_list_with_double_colon_in_tag.org Update test to show that we are not parsing description lists with double colon inside the tag correctly. 2023-09-11 10:01:50 -04:00
empty_list_item.org Update empty list test to show that we're not handling trailing whitespace for empty list items properly. 2023-09-08 18:41:57 -04:00
indented_then_less_indented.org Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
mixed_types.org Do not parse the tag for a plain list item if it is an ordered plain list item. 2023-09-21 20:58:03 -04:00
name.org Move the affiliated keywords parser inside the specific element parsers. 2023-10-04 20:55:48 -04:00
nested_paragraphs.org Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
ordered_list_with_fake_tag.org Do not parse the tag for a plain list item if it is an ordered plain list item. 2023-09-21 20:58:03 -04:00
paragraphs.org Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
start_nested_list_same_line.README.txt Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
start_nested_list_same_line.org Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
tab_width_indentation_level.org Add tests for tab width. 2023-09-29 16:03:55 -04:00
trailing_whitespace_eof.org When re-parsing last item in list, only disable white space consumption for last element in item. 2023-08-31 17:08:21 -04:00
trailing_whitespace_ownership_test_case_1.org Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
trailing_whitespace_ownership_test_case_2.org Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
trailing_whitespace_ownership_test_case_3.org Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00
trailing_whitespace_ownership_test_case_4.org Move all the specific-token tests into subfolders. 2023-08-20 23:38:47 -04:00