summaryrefslogtreecommitdiff
path: root/test/text_test.rb
AgeCommit message (Expand)Author
2021-07-31use single quoted string or use %() for interpolated string in test suiteDan 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-05-28remove excess empty lines in test suite; use multiple lines for class definit...Dan Allen
2021-05-25use single-quoted strings where possible in test suiteDan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2019-03-29use file read mode in test suiteDan Allen
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-05resolves #3005 remove the converter for the docbook45 backend (PR #3040)Dan Allen
2019-02-02use indented heredoc in text_testDan Allen
2019-01-06use .adoc as AsciiDoc file extension in test suiteDan 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-09delegate to test helper method to resolve test directory and fixture pathsDan Allen
2018-04-08purge render method from test suite (except to verify alias)Dan Allen
2017-07-22remove unnecessary nil_or_empty? checks in Substitutor; add missing testDan Allen
2017-05-28rename test helper method expand_entity to decode_charDan Allen
2017-04-28allow normalize option to be set on PreprocessorReader; change default to falseDan Allen
2017-03-05fix invalid grammar in test caseDan Allen
2014-07-30resolves #1046 use more concise curved quote syntaxDan Allen
2014-07-29replace smart quotes before monospace, be smarter about replacementsDan Allen
2014-07-27resolves #718 and #714 swap + and ` formatting charsDan Allen
2014-07-14resolves #717 disable single quotes as formatting marks for emphasized textDan Allen
2014-06-19resolves #929 only include xmlns in docbook45 backend if xmlns attribute is s...Dan Allen
2014-04-08tests: switch to minitestKen Dreyer
2014-02-16resolves #554 switch default docbook backend to docbook5brian m. carlson
2014-02-16call each thing by its right nameDan Allen
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2013-12-01add tests for formatting select Asian charactersDan Allen
2013-08-28rework #455 to pass Markdown horizontal rule testsDan Allen
2013-08-21resolves #575, #572 and #581 refactor reader to track include stackDan Allen
2013-08-13add xmlns to root element in docbook45 backendDan Allen
2013-06-27resolves #455 add Markdown-style horizontal rules (w/ restriction)Dan Allen
2013-05-01resolves #308 set proper encoding on input dataDan Allen
2013-04-20resolves #260 use code element instead of ttDan Allen
2013-01-30resolves issue #144 - encoding issue w/ utf-8Dan Allen
2013-01-03fix warningsDan Allen
2013-01-03remove string monkeypatching, process template class in rendererDan Allen
2013-01-03Add DocBook backend templates + loads of improvementsDan Allen
2012-12-31overhaul of inline text parsing & substitutionsDan Allen
2012-12-20add wrapper for embedded doc (no header/footer) & encoding testDan Allen
2012-12-20set encoding document template to utf8 and test itDan Allen
2012-12-13make header/footer optional, set intrinsic attributesDan Allen
2012-12-11restore escaped single quote after processing emphasisDan Allen
2012-12-11allow quoted text to be at start or end of lineDan Allen
2012-12-11horizontal ruler only needs to be three quotesDan Allen