summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-14slightly optimize link parsing to avoid duplicate empty checksDan Allen
2021-06-14don't shadow outer text variable in substitutorsDan Allen
2021-06-14use guard clause where possible to avoid nesting codeDan Allen
2021-06-13Remove 'simply' in docs (PR #4085) [skip ci]Guillaume Grossetie
2021-06-13Fix typo cooresponding -> corresponding (PR #4083) [skip ci]Guillaume Grossetie
2021-06-13Upgrade Truffle Ruby to 21.1.0 (PR #4084)Guillaume Grossetie
2021-06-12use %r enclosure for regexp if regexp contains a forward slashDan 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-07clarify rdoc for setter methods [skip ci]Dan Allen
2021-06-06enforce no braces around Hash in last position of array and update code to co...Dan Allen
2021-06-06don't wrap arguments in parens that precede multiline block argument [skip ci]Dan Allen
2021-06-05Add missing shared-header keyword to docinfo.adoc (PR #4074)gemmaro
2021-06-05consolidate conditionals where possibleDan 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-06-01resolves #4062 import source and build for default stylesheet (PR #4064)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-31replace rspec expectations with minitest assertions in feature testsDan Allen
2021-05-31upgrade minitestDan 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
2021-05-28use sprintf instead of % operator in test suiteDan Allen
2021-05-27use negated match operator instead of negating a positive match in test suiteDan Allen
2021-05-27use single line for method definition in test suiteDan Allen
2021-05-27use do..end style for block in test suiteDan Allen
2021-05-27remove extra empty line in test suiteDan Allen
2021-05-27disable interpolation in test suite when not needed [skip ci]Dan Allen