summaryrefslogtreecommitdiff
path: root/test/substitutions_test.rb
AgeCommit message (Collapse)Author
2024-05-16resolves #4576 encode spaces in mailto links as %20, in accordance with RFC ↵Dan Allen
3986, instead of using + (PR #4591)
2024-02-20resolves #4552 add support for scaledwidth and scale attributes on inline ↵Dan Allen
image macro in DocBook output (PR #4554)
2023-11-26resolves #3652 honor secondary and tertiary terms on indexterm macro when ↵Dan Allen
primary term is quoted and contains = (PR #4511)
2023-05-17resolves #4458 process constrained inline passthrough inside monospace span ↵Dan Allen
(PR #4459)
2023-05-17only match transitional role (x-) that this distinct from other rolesDan Allen
2023-05-16fix substitution test that was relying on missing attributeDan Allen
2023-05-16correctly handle compat role on monospace and constrained passthrough when ↵Dan Allen
box attrlist or formatted text is escaped
2023-05-15add negative test that footnotes in headings will be numbered out of sequenceDan Allen
2023-04-27resolves #2947 add single and double role hint to <quote> tag in DocBook ↵Dan Allen
output (PR #4443)
2022-10-20add additional tests for #4306Dan Allen
2022-07-05resolves #4306 disallow the use of the left square bracket in an attribute ↵Dan Allen
list on formatted text (PR #4307)
2022-07-04add test to verify role on inline phrase can be defined using attribute ↵Dan Allen
reference
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 ↵Dan Allen
attributes mutually exclusive
2021-11-09use numeric character reference for closing square bracket around alt text ↵Dan Allen
of icon
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
- use String#partition instead of String#split - avoid converting roles to and from array
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
- escaped using a attribute reference - escaped by enclosing text in a passthrough
2021-02-18verify text formatting is supported in an externalized footnote using the ↵Dan Allen
pass macro
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
- also define windows? as static method for these cases - don't match darwin when detecting Windows
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 ↵Dan Allen
height value on the image node is not a string (PR #3835) - the width or height value could be coming from an extension, such as Asciidoctor Diagram
2020-11-05resolves #3825 set type and target property on unresolved footnote reference ↵Dan Allen
and unset id property (PR #3826)
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 ↵Dan Allen
registered with that ID (PR #3691)
2019-12-26reenable pygments testsDan Allen
- check for correct environment variable
2019-06-20resolves #3325 allow a bibliography reference to be used inside a footnote ↵Dan Allen
(PR #3344)
2019-04-26resolves #3279 process multiple single-item menu macros in single line (PR ↵Dan Allen
#3280)
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
* allow any word character in Unicode to be used for the footnote ref (i.e., ID)
2019-03-27resolves #3216 fix crash when attrlist is used on literal monospace phrase ↵Dan Allen
(PR #3217)
2019-03-25fix message in test when asciimath is not available (PR #3204)Todd Zullinger
Ensure the text in the asciimath tests matches what we output from asciidoctor/helpers.
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
(PR #3181) - add support for see and see also relationships on index terms (shorthand and macro) - parse attributes on indexterm* macros if text contains `=`
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
#3158)