summaryrefslogtreecommitdiff
path: root/test/text_test.rb
AgeCommit message (Expand)Author
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
2012-07-27Clean up some text test names to match what Asciidoc calls themRyan Waldron
2012-06-18Add tests for intrinsics and unknown substitionsRyan Waldron
2012-06-15Add test for tricksy backtick-escaped textRyan Waldron
2012-06-13Add emphasized quotes and 'unquoted' quotesRyan Waldron
2012-06-13Fix a few test snafu's and implement more of the text formattingJeremy McAnally
2012-06-13Add text tests (fail now due to header issue)Jeremy McAnally