summaryrefslogtreecommitdiff
path: root/test/lists_test.rb
AgeCommit message (Expand)Author
2024-05-06resolves #4565 don't duplicate block attribute line above detached block that...Dan Allen
2024-03-15fix indentation in testDan Allen
2024-03-15fix typo in test descriptionDan Allen
2024-02-20resolves #3693 don't break nested dlist with attached block if offset from pa...Dan Allen
2023-11-06resolves #3535 nested dlist attached using list continuation should not consu...Dan Allen
2023-04-22resolves #4268 implicitly attach nested list that starts with block attribute...Dan Allen
2023-04-16don't allow target of include directive to start or end with a spaceDan Allen
2022-10-24remove outdated workaround in test suite for JRuby heredoc bugDan Allen
2021-12-23Fix typos and misspellings in docs and code (PR #4222)Kian Meng, Ang
2021-10-04resolves #4160 use width attribute to set width of table and table column (PR...Dan Allen
2021-07-31use single quoted string or use %() for interpolated string in test suiteDan Allen
2021-06-15reenable pending test for folding consecutive list continuation lines; conver...Dan Allen
2021-06-15reenable pending test for sibling dlist term; convert it to a negative testDan Allen
2021-06-05consistently use %w to create string arraysDan Allen
2021-06-03use comma after last entry in multi-line array [skip ci]Dan Allen
2021-05-31use appropriate assertions in test suiteDan Allen
2021-05-28remove extra empty lines and empty blocks in test suiteDan Allen
2021-05-27fix spaces and indentation in test suiteDan Allen
2021-05-25use single-quoted strings where possible in test suiteDan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2020-10-18fix broken testDan Allen
2020-10-17fix bibliography list testsDan Allen
2020-10-17docbook backend: restore reftext after anchor (PR #3782)Nils Carlson
2019-11-03resolves #3472 fix infinite loop when callout list with obsolete syntax is fo...Dan Allen
2019-06-09add additional test for checklist itemSturt Ison
2019-06-07resolves #3321 add test to assert checkbox cannot be followed by tabDan Allen
2019-04-01use IO.popen with env argument in test suite (PR #3229)Dan Allen
2019-03-26resolves #3205 apply verbatim substitutions to literal paragraphs attached to...Dan Allen
2019-03-22resolves #2818 catalog inline anchors at start of callout list itemsOwen Heisler
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-03-02resolves #3121 don't eat space before callout number in source block if line-...Dan Allen
2019-02-23resolves #2840 transmit id and role assigned to list item in AST to outputDan Allen
2019-02-19resolves #3085 don't store fallback text on bibref node (PR #3086)Dan Allen
2019-02-19resolves #3084 only store :refs, not :ids, in document catalog (PR #3079)Dan Allen
2019-02-15clean up newline handling in test suite (PR #3074)Dan Allen
2019-02-14document assertion workaround for nokogiri on JRuby [skip ci]Dan Allen
2019-02-13resolves #2766 don't parse dlist entry if term is empty (PR #2767)Dan Allen
2019-02-10fix tests on JRubyDan Allen
2019-02-10use indented (squiggly) heredoc strings in lists_testDan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-08resolves #3051 drop the options attributeDan Allen
2019-02-05resolves #3005 remove the converter for the docbook45 backend (PR #3040)Dan Allen
2019-01-26resolves #2106 make syntax highlighter pluggable (PR #3016)Dan Allen
2019-01-10update development dependencies (PR #3000)Dan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2018-10-26resolves #2783 define any character match to be compatible with JavaScript (P...Dan Allen
2018-10-19resolves #2888 don't hang on description list item that begins with /// (PR #...Dan Allen
2018-10-18verify comment line that looks like top-level description list term is skippedDan Allen