summaryrefslogtreecommitdiff
path: root/test/attributes_test.rb
AgeCommit message (Expand)Author
2017-09-28use assert_includes in place of raw assertion in attribute testsDan Allen
2017-09-15remove excess indentation in test suiteDan Allen
2017-09-06resolves #2376 allow attribute name to contain word characters as defined by ...Dan Allen
2017-09-04add test for accessing a positional attributeDan Allen
2017-08-20do not recognize attribute entry line if name contains colon (PR #2377)Dan Allen
2017-07-23use refute in place of assert ! in test suite (PR #2336)Dan Allen
2017-07-07fix assertion in test sample for undefined attributeDan Allen
2017-06-19trap and verify warnings in attribute testsDan Allen
2017-06-01resolves #2227 add the remove_attr method to AbstractNode (#2231)Dan Allen
2017-05-28resolves #2204 use [ \t] instead of \p{Blank} to match spaces (#2205)Dan Allen
2017-05-26resolves #2211 permit pass macro to surround attribute value containing line ...Dan Allen
2017-05-10resolves #2183 don't crash if substitution list resolves to nil (PR #2184)Dan Allen
2017-02-28replace #split(' ') calls with #splitDan Allen
2017-02-28make AbstractBlock#add_role and #remove_role more efficientDan Allen
2016-12-24add tests for Document#set_attributeDan Allen
2016-12-24resolves #1967 use empty string as default value for set_attr method (PR #1968)Dan Allen
2016-11-24resolves #1942 share counters between AsciiDoc table cells and main document ...Dan Allen
2016-09-07resolves #1861 add attribute to control maximum attribute value size (PR #1862)Dan Allen
2016-01-05resolves #1650 support shorthand syntax in block attributes for document titleDan Allen
2015-12-29remove trailing endlines in sourceDan Allen
2015-10-16Fixes #1366: Added method AbstractNode#add_role and AbstractNode#remove_roleRobert.Panzer
2015-10-11resolves #1255 restore attributes after parseDan Allen
2014-11-21resolves #1130 substitute attribute entry value outside of headerDan Allen
2014-11-18resolves #1103 allow numeric characters in block attribute nameDan Allen
2014-08-06allow compat-mode to be toggled in documentDan Allen
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