summaryrefslogtreecommitdiff
path: root/test/attributes_test.rb
AgeCommit message (Expand)Author
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
2012-12-15Integrate upstream changesDan Allen
2012-12-15mark the failing test as pending since it ain't impl yetDan Allen
2012-12-15several block-level attribute testsDan Allen
2012-12-13use term attributes instead of defines as in AsciiDocDan Allen
2012-12-11sub special chars before intrinsics; add additional intrinsicsDan Allen
2012-07-24Break out html attribute substitution; this whole processing order needs to b...Ryan Waldron
2012-07-24Add test for deleting non-existing attribute; test all the intrinsic attributesRyan Waldron
2012-07-24Add attr deletion and test for sameRyan Waldron
2012-07-24The newline is fine; just test that the phrase from the line to be dropped is...Ryan Waldron
2012-07-20Working on getting attribute substitution working, including dropping lines w...Ryan Waldron
2012-07-19Move substition tests into attribute_test.rbRyan Waldron
2012-07-19Sanitize attribute namesRyan Waldron