summaryrefslogtreecommitdiff
path: root/test/preamble_test.rb
AgeCommit message (Expand)Author
2024-02-19fix warning caused by duplicate test descriptionDan Allen
2024-02-19resolves #3602 move abstract inside info tag in DocBook output (PR #4508)Dan Allen
2021-07-31omit_parentheses where possible in test codeDan Allen
2021-05-27fix spaces and indentation in test suiteDan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-02use indented (squiggly) heredoc strings in preamble_test and manpage_testDan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2018-09-11replace the use of render with convert in test suiteDan Allen
2018-04-08purge render method from test suite (except to verify alias)Dan Allen
2017-05-28rename test helper method expand_entity to decode_charDan Allen
2015-12-29remove trailing endlines in sourceDan Allen
2014-10-20resolves #1090 assign title to preface nodeDan Allen
2014-08-07add line break opportunity (&#8203;) after emdash and ellipsesDan Allen
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2013-11-07resolves #768 emit warning if part is invalidDan Allen
2013-11-06resolves #533 unwrap preamble if standaloneDan Allen
2013-06-09fix tests for testing slim and haml backendsDan Allen
2013-01-03Add DocBook backend templates + loads of improvementsDan Allen
2012-12-17support book doctype, streamline doc title accessorsDan Allen
2012-12-13add handling of preamble contentDan Allen