summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-03-03cleanup html header and optimizeDan Allen
2014-03-03add xmlns attribute for xhtml output with testbrian m. carlson
2014-03-01resolves #903 ignore case of attribute in conditional directivesDan Allen
2014-03-01resolves #907 write to file by default if input is fileDan Allen
2014-02-28enhance preprocessor test to ensure attribute assignment worksDan Allen
2014-02-28fix behavior of AbstractNode#set_attr, add testDan Allen
2014-02-28cloning of options & attributes is now handled in main APIsDan Allen
2014-02-28use implicit method rescue block in cli; cleanup interrupt handlingDan Allen
2014-02-28don't fail if seeking input is not permitted; add testDan Allen
2014-02-27allow custom converter to set backend info such as outfilesuffixDan 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-20chomp endline from stylesheets; small cleanupsDan Allen
2014-02-19use glyphs for checklist in docbook backendDan Allen
2014-02-19another fix for supporting 5 digit entity referencesDan Allen
2014-02-19preserve entity references with 5 digitsDan Allen
2014-02-19optimize attribute parsing, ignore attribute with unquoted value NoneDan Allen
2014-02-17don't include trailing round brackets, colons & semi-colons in implicit linkDan Allen
2014-02-17use in-process web server for URI testsDan Allen
2014-02-17resolves #574 add -r and -I flags to asciidoctor commandDan Allen
2014-02-17resolves #876 an unresolved footnote ref should not crash processorDan Allen
2014-02-17pass document as first argument to process method on PreprocessorDan Allen
2014-02-17include directive fixesDan Allen
2014-02-16merge pull request #852 from @bk2204Dan Allen
2014-02-16resolves #743 set defaults for file, path and dir in push_includeDan Allen
2014-02-16resolves #743 make Reader#push_include work without file / path infobrian m. carlson
2014-02-16resolves #554 switch default docbook backend to docbook5brian m. carlson
2014-02-16call each thing by its right nameDan Allen
2014-02-16resolves #804 rewrite extensions to support extension instancesDan Allen
2014-02-10resolves #878 use glyphs for checkboxes when not using font iconsDan Allen
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2014-02-05resolves #886 add time range anchor to video elementDan Allen
2014-02-03resolves #883 map null character to constant for Opal compatibilityDan Allen
2014-01-31ensure title attribute is only subbed onceDan Allen
2014-01-28additional optimizations and formattingDan Allen
2014-01-28cleanup and optimize path resolverDan Allen
2014-01-28resolves #806 recognize Windows UNC path as absolute and preserve itDan Allen
2014-01-27change File.exists? to File.exist? in test suiteDan Allen
2014-01-27resolves #805 adjust file glob to account for backslash in Windows pathsDan Allen
2014-01-26resolves #853 match implicit URLs that use the file schemeDan Allen
2014-01-26resolves #870 allow attribute entry to reset / reseed counterDan Allen
2014-01-26enforce no use of header class in header table cellDan Allen
2014-01-26read template_dir from TEMPLATE env var for testsDan Allen
2014-01-20Opal compatibility fixesDan Allen
2014-01-20major refactoring of parser and regexpDan Allen
2014-01-19remove remaining uses of ERB internallyDan Allen
2014-01-19remove ERB from most DocBook templates; add some missing DocBook testsDan Allen
2014-01-18remove ERB from HTML5 document templateDan Allen
2014-01-16Merge pull request #849 from @LightGuardDan Allen
2014-01-16resolves #866 don't match e-mail address inside URLDan Allen