summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-02-15clean up newline handling in test suite (PR #3074)Dan Allen
2019-02-14document assertion workaround for nokogiri on JRuby [skip ci]Dan Allen
2019-02-14remove trailing spaces from source [skip ci]Dan Allen
2019-02-13resolves #2766 don't parse dlist entry if term is empty (PR #2767)Dan Allen
2019-02-13resolves #1720 add header docinfo insertion slot (PR #3068)Dan Allen
2019-02-12group section level tests inside Levels contextDan Allen
2019-02-12rename Helpers.uri_encode to Helpers.encode_uri_component and use native func...Dan Allen
2019-02-11resolves #3021 assume any shorthand interdocument xref is a source-to-source ...Dan Allen
2019-02-11implement more detailed Reader#to_s method (to match PreprocessorReader)Dan Allen
2019-02-11resolves #1173 apply substitutions to block and section titles in normal orde...Dan Allen
2019-02-10fix tests on JRubyDan Allen
2019-02-10use indented (squiggly) heredoc strings in lists_testDan Allen
2019-02-10use indented (squiggly) heredoc strings in blocks_testDan Allen
2019-02-10resolves #3059 change default value of fallback attribute name on attr/attr? ...Dan Allen
2019-02-10resolves #3064 compute docyear and docdatetime from docdate and doctime (PR #...Guillaume Grossetie
2019-02-10add test to verify start line number is set to 1 by defaultDan Allen
2019-02-10fix indentation in api_test and manpage_testDan Allen
2019-02-10use indented (squiggly) heredoc strings in reader_testDan Allen
2019-02-10use indented (squiggly) heredoc strings in document_testDan Allen
2019-02-10use indented (squiggly) heredoc strings in substitutions_testDan Allen
2019-02-10use indented (squiggly) heredoc strings in links_testDan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-10resolves #1934 use third argument to attr/attr? to specify the fallback attri...Dan Allen
2019-02-09resolves #3060 require setext section title to have at least one alphanumeric...Dan Allen
2019-02-09resolves #3030 separate the -v and -w CLI flagsDan Allen
2019-02-09log possible invalid reference warnings at debug levelDan Allen
2019-02-08resolves #3051 drop the options attributeDan Allen
2019-02-07resolves #3056 create a template converter even if backend is not recognized ...Dan Allen
2019-02-07resolves #1944 disable role inheritance (PR #3050)Dan Allen
2019-02-07use indented (squiggly) heredoc strings in sections_testDan Allen
2019-02-07check for Tilt.new instead of Tilt::VERSION [skip ci]Dan Allen
2019-02-06remove the 2-character quote block syntaxDan Allen
2019-02-05correctly map Converter::Factory.new (PR #3041)Dan Allen
2019-02-05implement handler for image node in converter for manpage backendDan Allen
2019-02-05remove process workaround for JRuby [skip ci]Dan Allen
2019-02-05resolves #3005 remove the converter for the docbook45 backend (PR #3040)Dan Allen
2019-02-04parse XML as document if string starts with XML directiveDan Allen
2019-02-04use do..end syntax for multiline blocks in test suiteDan Allen
2019-02-04extract method for loading AsciiMathDan Allen
2019-02-04resolves #2891 redesign converter API (PR #3038)Dan Allen
2019-02-03expose style methods as static methods on rouge syntax highlighter adapterDan Allen
2019-02-03require rouge eagerly to suppress warningsDan Allen
2019-02-03group syntax highlighter tests into context per syntax highlighterDan Allen
2019-02-03resolves #1040 add syntax highlighter adapter for Rouge (PR #3033)Dan Allen
2019-02-02add reference in test suite to JRuby heredoc issue [skip ci]Dan Allen
2019-02-02clarify encoding workaround in test suite for trufflerubyDan Allen
2019-02-02fix broken tests on JRubyDan Allen
2019-02-02use indented (squiggly) heredoc strings in parser_testDan Allen
2019-02-02use indented (squiggly) heredoc strings in extensions_testDan Allen
2019-02-02use indented (squiggly) heredoc strings in preamble_test and manpage_testDan Allen