summaryrefslogtreecommitdiff
path: root/test/substitutions_test.rb
AgeCommit message (Expand)Author
2022-07-05resolves #4306 disallow the use of the left square bracket in an attribute li...Dan Allen
2022-07-04add test to verify role on inline phrase can be defined using attribute refer...Dan Allen
2022-01-11use parallel methods on Object to remove and set AsciiMath constant in testsDan Allen
2021-12-23Fix typos and misspellings in docs and code (PR #4222)Kian Meng, Ang
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-07-31omit_parentheses where possible in test codeDan 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-05-31use assert_empty/refute_empty where possible in test suiteDan Allen
2021-05-25use single-quoted strings where possible in test suiteDan Allen
2021-05-12rewrite parse_quoted_text_attributes helper in substitutorsDan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2021-04-23resolves #4035 don't assign empty role to inline phrase (PR #4036)Dan Allen
2021-04-22add negative test for empty role on inline phraseDan Allen
2021-02-22verify spaces can be used in super and subscript if escapedDan Allen
2021-02-18verify text formatting is supported in an externalized footnote using the pas...Dan Allen
2021-02-18verify text formatting is supported in footnote textDan Allen
2020-11-14verify link macros support id and role attributesDan Allen
2020-11-09add if and unless conditions to tests to make filtering more readable (PR #3844)Dan Allen
2020-11-08resolves #3832 pass through role to DocBook output for inline image (PR #3836)Dan Allen
2020-11-08resolves #3829 fix crash when inlining an SVG if the explicit width or height...Dan Allen
2020-11-05resolves #3825 set type and target property on unresolved footnote reference ...Dan Allen
2020-11-02remove unused variable assignment in testDan Allen
2020-11-01verify passthroughs are restored inside stem expression and can also be escapedDan Allen
2020-08-14verify warning is not logged if attribute reference is used in stem macroDan Allen
2020-06-28resolves #3690 don't register footnote with ID if a footnote is already regis...Dan Allen
2019-12-26reenable pygments testsDan Allen
2019-06-20resolves #3325 allow a bibliography reference to be used inside a footnote (P...Dan Allen
2019-04-26resolves #3279 process multiple single-item menu macros in single line (PR #3...Dan Allen
2019-04-22remove puts statement from test suiteDan Allen
2019-04-20resolves #3269 don't limit footnote ref to ASCII charset (PR #3270)Dan Allen
2019-03-27resolves #3216 fix crash when attrlist is used on literal monospace phrase (P...Dan Allen
2019-03-25fix message in test when asciimath is not available (PR #3204)Todd Zullinger
2019-03-22rearrange methods in Substitutors; mark private methods; update RDoc (PR #3187)Dan Allen
2019-03-22resolve #2047 add support for see and see also relationships on index terms (...Dan Allen
2019-03-22change extract_passthroughs to use single return valueDan Allen
2019-03-20resolves #3154 extend TLD for implicit e-mail addresses to 5 characters (PR #...Dan Allen
2019-03-19fix warnings in test suite [skip ci]Dan Allen
2019-03-19resolves #3163 drop indexterms table from document catalog (PR #3169)Dan Allen
2019-03-18allow email TLD to be uppercase for consistencyDan Allen
2019-03-18improve implicit e-mail parsingDan Allen
2019-03-17add test to verify mailto macro populates text from e-mail when only subject ...Dan Allen
2019-03-16perform footnotes substitution last in macros substitution group (PR #3151)Dan Allen
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-03-13rename lock_in_subs to commit_subsDan Allen
2019-03-12add additional tests for #2191Dan Allen
2019-03-12resolves #2191 allow negated subs to be specified on inline pass macro (PR #3...Dan Allen