summaryrefslogtreecommitdiff
path: root/spec/xref_spec.rb
AgeCommit message (Expand)Author
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2020-07-18short-circuit xreftext containing a circular reference pathDan Allen
2020-06-20verify target path is used as fallback text for interdocument xrefDan Allen
2020-05-19add test that interdocument xref to sibling becomes link to PDFDan Allen
2020-05-18test xref to self with implicit textDan Allen
2020-05-07drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)Dan Allen
2020-04-07move dest test cases to dest testsDan Allen
2020-04-07add abstract to block ID testDan Allen
2020-04-06add bulk test for block IDDan Allen
2020-02-19add test for inline anchorDan Allen
2020-02-12resolves #1552 drop support for versions of Asciidoctor < 2 (PR #1553)Dan Allen
2020-02-07use eql in test suite instead of eq (PR #1543)Dan Allen
2019-12-03add and customize dedicated linter rules for rspecDan Allen
2019-12-03enforce magic comment for frozen string literalDan Allen
2019-10-28skip incompatible specs on Ruby 2.3Dan Allen
2019-10-28add test to verify names are hex encoded if contain non-ASCII charsDan Allen
2019-10-23add tests for xrefstyle when referencing partDan Allen
2019-10-08verify xrefstyle is honored when making reference to imageDan Allen
2019-10-08add tests to verify behavior when xref cannot be resolved or has no xreftextDan Allen
2019-10-08allow xref macro to override xrefstyle set on documentDan Allen
2019-10-03add xrefstyle test for figureDan Allen
2019-09-15verify reference can be made to table cell or list item with anchorDan Allen
2019-09-15verify internal xrefs workDan Allen
2019-09-05skip tests for xrefstyle on Asciidoctor < 1.5.7Dan Allen
2019-09-05add initial tests for xrefstyleDan Allen
2019-08-17resolves #74 allow page break before and after part and before chapter to be ...Dan Allen