summaryrefslogtreecommitdiff
path: root/test/attributes_test.rb
AgeCommit message (Expand)Author
2014-08-01resolves #706 output and style macro toc correctlyDan Allen
2014-07-30resolves #1046 use more concise curved quote syntaxDan Allen
2014-07-27resolves #718 and #714 swap + and ` formatting charsDan Allen
2014-07-17resolves #1022 \ as line continuation character in attribute valueDan Allen
2014-04-08tests: switch to minitestKen Dreyer
2014-03-16resolves #917 only make special section if style is specifiedDan Allen
2014-02-28fix behavior of AbstractNode#set_attr, add testDan Allen
2014-02-27allow custom converter to set backend info such as outfilesuffixDan Allen
2014-02-26resolves #778, rewrite converter API; resolves #638, integrate thread_safe gemDan Allen
2014-02-19optimize attribute parsing, ignore attribute with unquoted value NoneDan Allen
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2014-01-31ensure title attribute is only subbed onceDan Allen
2014-01-26resolves #870 allow attribute entry to reset / reseed counterDan Allen
2014-01-20major refactoring of parser and regexpDan Allen
2013-09-25resolves #629 add user-home attribute that resolves to user's home directoryDan Allen
2013-08-28add and honor interactive option for checklistsDan Allen
2013-08-17resolves #523 set defaults for attribute-missing & attribute-undefinedDan Allen
2013-08-07resolves #508 lowercase attribute names passed to APIDan Allen
2013-07-20resolves #498 permit !name syntax for undefining attributeDan Allen
2013-07-13change assert_not_match to assert_no_match to make Ruby 1.8 happyDan Allen
2013-07-12resolves #495 add attribute to keep lines that have an undefined attributeDan Allen
2013-07-07resolves #481 shorthand for block optionsDan Allen
2013-07-06add has_role? to check if role is present, use role? for exact matchDan Allen
2013-07-02resolves #474 role? can check for role name, add roles methodDan Allen
2013-06-21resolves #436 move style to instance variableDan Allen
2013-05-25resolves #228 support {set:name:value} syntaxDan Allen
2013-05-25resolves #313 honor haml/slim/jade-like shorthand for id and role attributesDan Allen
2013-04-22compliance bug fixes and more testsDan Allen
2013-04-22resolves #187 complete masquerade functionality for blocks & paragraphsDan Allen
2013-04-20resolves #260 use code element instead of ttDan Allen
2013-03-01allow header attributes to resolve author & rev infoDan Allen
2013-02-12refactor reader to process attribute entries and directives during parsingDan Allen
2013-01-24fixes issue #109 attr refs should not be case sensitiveDan Allen
2013-01-23resolve issue #93, add SERVER safe mode levelDan Allen
2013-01-22add man page for the asciidoctor cliDan Allen
2013-01-22strip trailing spaces on lines of wrapped attribute valuesDan Allen
2013-01-22enhance invoker, add tests, enforce securityDan Allen
2013-01-17add counters and figure, table and example captionsDan Allen
2013-01-13ensure section ids are unique + tests & docsDan Allen
2013-01-13move title to abstract block, apply title subsDan Allen
2013-01-09parse document directly instead of chunking into section linesDan Allen
2013-01-03fix warningsDan Allen
2013-01-03Add DocBook backend templates + loads of improvementsDan Allen
2012-12-31overhaul of inline text parsing & substitutionsDan Allen
2012-12-28rework list items & section partitioningDan Allen
2012-12-23anchor lines can be stacked, last wins; move to loopDan Allen
2012-12-23simplify / tighten up the section & anchor parsingDan Allen
2012-12-17parse header metadata (author, revision info)Dan Allen
2012-12-17support book doctype, streamline doc title accessorsDan Allen
2012-12-16don't collapse space in multi-line attribute valuesDan Allen