summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-08-17resolves #4130 layout source with table-based linenums as table rows when usi...Dan Allen
2021-08-17remove wip keyword from name of test [skip ci]Dan Allen
2021-08-12resolves #3641 add support for inline linenums mode when using Rouge as sourc...Dan Allen
2021-08-08normalize output from Pygments to use linenos class for inline line numbering...Dan Allen
2021-08-08remove unnamespaced selectors in Pygments stylesheetDan Allen
2021-08-08remove redundant indentation in heredoc strings in test suiteDan Allen
2021-07-31use single quoted string or use %() for interpolated string in test suiteDan Allen
2021-07-31omit_parentheses where possible in test codeDan Allen
2021-07-31omit_parentheses where possible in main codeDan Allen
2021-07-31remove colon after annotation tag in commentsDan Allen
2021-07-31resolves #2557 enable RuboCop to enforce a consistent code style and perform ...Dan Allen
2021-07-31extend test for indexterm-promotion option to cover case when term has two en...Dan Allen
2021-07-27resolves #4110 fix missing automatic reftext for internal xrefs in manpage ou...Dan Allen
2021-06-26rework descriptions for tag filtering tests [skip ci]Dan Allen
2021-06-26fix descriptions of tests in reader_tests.rb [skip ci]Dan Allen
2021-06-21fix invalid indentation in test [skip ci]Dan Allen
2021-06-19resolves #4086 only interpret negated wildcard in include tag filter as impli...Dan Allen
2021-06-18rename Hashish to Hashlike in test suite [skip ci]Dan 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-11use correct assertion methods in converter test [skip ci]Dan Allen
2021-06-10add test to verify Converter.included is privateDan Allen
2021-06-09remove irrelevant unassertions from test suiteDan Allen
2021-06-08add error class to assert_raises in test suite where missingDan Allen
2021-06-08use assert_raises in test suite where possibleDan Allen
2021-06-08fix rescue swallowing test assertion in invoker test [skip ci]Dan Allen
2021-06-08add respond_to_missing? method to html5 converter to complement method_missingDan Allen
2021-06-06enforce no braces around Hash in last position of array and update code to co...Dan Allen
2021-06-05consistently use %w to create string arraysDan Allen
2021-06-05consistently use ::Set.[] or ::Set.new to create sets instead of Array#to_setDan Allen
2021-06-04use case instead of if/elseif where possibleDan Allen
2021-06-03drop unnecessary parentheses in a few places [skip ci]Dan Allen
2021-06-03use single level of indentation for method calls that wrap [skip ci]Dan Allen
2021-06-03use comma after last entry in multi-line array [skip ci]Dan Allen
2021-06-02use comma after last entry in multi-line hash [skip ci]Dan Allen
2021-06-02don't use brackets around argument list of method definition [skip ci]Dan Allen
2021-05-31use appropriate assertions in test suiteDan Allen
2021-05-31use assert_empty/refute_empty where possible in test suiteDan Allen
2021-05-31fix incomplete assertions in test suiteDan Allen
2021-05-31use assert_path_exists where possible in test suiteDan Allen
2021-05-29use reject instead of select with negated condition in test suiteDan Allen
2021-05-29pass method reference to rstrip lines of output in test suiteDan Allen
2021-05-29simplify parse_header_metadata helper to a single return valueDan Allen
2021-05-29use join instead of * to join elements of an array in test suite [skip ci]Dan Allen
2021-05-28remove excess empty lines in test suite; use multiple lines for class definit...Dan Allen
2021-05-28use automatic link text if ID in shorthand xref is followed by dangling commaDan Allen
2021-05-28remove extra empty lines and empty blocks in test suiteDan Allen
2021-05-28favor single-line while loop in test suiteDan Allen
2021-05-28replace reduce with each_with_object in test suite [skip ci]Dan Allen
2021-05-28remove redundant do on until loop in test suite [skip ci]Dan Allen