summaryrefslogtreecommitdiff
path: root/test/document_test.rb
AgeCommit message (Expand)Author
2014-06-19use fail statement to exit when converter is not foundDan Allen
2014-06-19resolves #929 only include xmlns in docbook45 backend if xmlns attribute is s...Dan Allen
2014-06-16resolves #971 top-level content must be wrapped inside preamble in book doctypeDan Allen
2014-05-15resolves #836 and #846Dan Allen
2014-05-04Add test to assert that an exception is raised when a converter cannot be res...Guillaume Grossetie
2014-04-08tests: switch to minitestKen Dreyer
2014-03-03add xmlns attribute for xhtml output with testbrian m. carlson
2014-03-01resolves #907 write to file by default if input is fileDan Allen
2014-02-27make document parsing a discrete step, make Reader accessible as property on ...Dan Allen
2014-02-26resolves #778, rewrite converter API; resolves #638, integrate thread_safe gemDan Allen
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
2014-01-27change File.exists? to File.exist? in test suiteDan Allen
2014-01-19remove remaining uses of ERB internallyDan Allen
2014-01-18remove ERB from HTML5 document templateDan Allen
2013-12-07resolves #838 add author and copyright to meta in HTML5 backendDan Allen
2013-11-20resolves #802 don't output revhistory if revdate is not setDan Allen
2013-11-06resolves #533 unwrap preamble if standaloneDan Allen
2013-11-05resolves #773 force encoding of docinfo content to UTF-8Dan Allen
2013-10-31resolves #760 added math style & macro name to use default math engineDan Allen
2013-10-31resolves #492 added math blocks & inline macros, integrated with MathJaxDan Allen
2013-10-21fix warningsDan Allen
2013-10-17resolves #494 output XHTML when backend is xhtml or xhtml5Dan Allen
2013-10-16resolves #300 copy custom stylesheet if linkcss is setDan Allen
2013-10-13check context instead of type to detect sectionsDan Allen
2013-08-21resolves #575, #572 and #581 refactor reader to track include stackDan Allen
2013-08-13noxmlns attribute disables xmlns in DocBook 4.5Dan Allen
2013-08-13add xmlns to root element in docbook45 backendDan Allen
2013-08-13resolves #411 add DocBook 5 backendDan Allen
2013-08-12resolves #486 add docinfo option for footerDan Allen
2013-08-07resolves #540 enable toc & numbered by default in DocBook backendDan Allen
2013-07-22resolves #504 sanitize contents of HTML title element in html5 backendDan Allen
2013-07-10set docname & outfilesuffix based on manname & manvolnumDan Allen
2013-07-10resolves #489 output manpage-specific HTMLDan Allen
2013-07-10resolves #488 parse manpage metadataDan Allen
2013-06-27resolves #457 honor showtitle attribute as alternate to notitle!Dan Allen
2013-06-16resolves #428 embed CSS by default, copycss when linkcss is setDan Allen
2013-06-09Merge pull request #412 from mojavelinux/disable-last-updatedDan Allen
2013-06-09fix tests for testing slim and haml backendsDan Allen
2013-06-06use labels for version and last updatedDan Allen
2013-06-06Merge pull request #404 from mojavelinux/docinfo-sub-attrsDan Allen
2013-06-06Merge pull request #397 from mojavelinux/attributes-option-typeDan Allen
2013-06-06resolves #396 allow JRuby Map as attributesDan Allen
2013-06-06resolves #403 substitute attributes in docinfo filesDan Allen
2013-06-06resolves #399 output multiple authors in HTML backendDan Allen
2013-05-29resolves #259 add btn inline macroDan Allen
2013-05-29resolves #173 Added an inline menu macro to identify a menu selectionBrian Leathem
2013-05-29resolves #172 add inline keyboard macroDan Allen
2013-05-26resolves #80 Add tests for all special sectionsDan Allen