summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-01-11use parallel methods on Object to remove and set AsciiMath constant in testsDan Allen
2022-01-08document that extension can promote paragraph to compound block and add testDan Allen
2022-01-03resolves #4230 don't warn if a negated tag is not found in include file (PR #...Dan Allen
2022-01-02change "show the backtrace" to "show backtrace" in CLI hintDan Allen
2022-01-01handle return value of process method for block and block macro extension pro...Dan Allen
2021-12-29fix lint errorDan Allen
2021-12-29assert expected requests in cache-uri testsDan Allen
2021-12-29enhance using_test_webserver to track requests and pass host and thread to ca...Dan Allen
2021-12-28add test to verify parse_content can append blocks to parent of custom blockDan Allen
2021-12-27resolves #4227 fix open-uri-cached integration on Ruby 3.1 (PR #4228)Dan Allen
2021-12-27add tests for open-uri/cached integration that is activated by the cache-uri ...Dan Allen
2021-12-26update assertions to account for changes in Ruby 3.1Dan Allen
2021-12-24change "for backtrack" to "to show the backtrace"Dan Allen
2021-12-23Fix typos and misspellings in docs and code (PR #4222)Kian Meng, Ang
2021-11-18resolves #4206 process author or authors document attribute in document heade...Dan Allen
2021-11-13fix lint errorDan Allen
2021-11-13add flag to suppress retrieving metadata from parse_header_metadata; include ...Dan Allen
2021-11-12verify authors attribute is only parsed if different from computed value of i...Dan Allen
2021-11-10resolves #3656 add support for link=self to image macros (PR #4200)Dan Allen
2021-11-10add tests for rotate and flip attributes on font-based icon macro; make attri...Dan Allen
2021-11-09use numeric character reference for closing square bracket around alt text of...Dan Allen
2021-11-07update RuboCop and add new rules to configDan Allen
2021-11-07add test to verify partintro can be defined using special sectionDan Allen
2021-11-01resolves #3868 add --log-level option to CLI to control log level (PR #4198)Dan Allen
2021-10-30allow --failure-level option to be set to default value, FATAL, and update de...Dan Allen
2021-10-28resolves #4101 add support for role on thematic break to HTML converter (PR #...Dan Allen
2021-10-27exclude invoker test that asserts on stderr from running on JRuby for WindowsDan Allen
2021-10-26fix syntax error in test suiteDan Allen
2021-10-26exclude invoker test that asserts on stderr from running on JRuby 9.1 for Win...Dan Allen
2021-10-26fix test assertion in invoker test on JRubyDan Allen
2021-10-26fix lint errorDan Allen
2021-10-26verify behavior when --trace CLI option is setDan Allen
2021-10-26add test to verify CLI suggests --trace option if not present when program ra...Dan Allen
2021-10-22resolve #4192 honor :header_only option when parsing document with manpage do...Dan Allen
2021-10-18rename default branchDan Allen
2021-10-18fix URLs in docsDan Allen
2021-10-16resolves #4182 support dropping principal text of list item or description te...Dan Allen
2021-10-10resolves #4147 disallow the use of dot in the name of a named element attribu...Dan Allen
2021-10-07resolves #4151 don't promote level-0 special section at start of document to ...Dan Allen
2021-10-04resolves #4160 use width attribute to set width of table and table column (PR...Dan Allen
2021-10-01resolves #4176 allow hash to be specified for Vimeo video either in video ID ...Dan Allen
2021-09-09resolves #4051 use CSS class instead of inline style to apply page break beha...Dan Allen
2021-09-09resolves #4156 include primary video in value of playlist attribute when embe...Dan Allen
2021-09-08fix width assertions in table testsDan Allen
2021-09-02resolves #4139 allow section ID to be unset using empty id attribute (PR #4150)Dan Allen
2021-09-01add test to verify title of section with explicit ID and attribute references...Dan Allen
2021-08-30change AbstractBlock#sections? to return false when called on block that isn'...Guillaume Grossetie
2021-08-28resolves #3569 add sourcemap option to the CLI (PR #3568)hackingotter
2021-08-28store reproducible flag in local variable in HTML converterDan Allen
2021-08-28resolves #4143 omit generator meta tag in HTML output if reproducible documen...Ryan A. Pavlik