summaryrefslogtreecommitdiff
path: root/test/attributes_test.rb
AgeCommit message (Expand)Author
2019-03-19resolves #2861 log dropped lines at info level when attribute-missing=drop-li...Dan Allen
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-03-12add additional tests for #2191Dan Allen
2019-03-11upgrade truffleruby to 1.0.0-rc13 (PR #3043)Dan Allen
2019-02-10resolves #3059 change default value of fallback attribute name on attr/attr? ...Dan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-10resolves #1934 use third argument to attr/attr? to specify the fallback attri...Dan Allen
2019-02-08resolves #3051 drop the options attributeDan Allen
2019-02-07resolves #1944 disable role inheritance (PR #3050)Dan Allen
2019-02-05resolves #3005 remove the converter for the docbook45 backend (PR #3040)Dan Allen
2019-02-02clarify encoding workaround in test suite for trufflerubyDan Allen
2019-02-02fix tests on trufflerubyDan Allen
2019-02-01use strict indented heredoc in attributes_testDan Allen
2019-01-24document when workarounds can be removed [skip ci]Dan Allen
2019-01-19add truffleruby to CI matrix (PR #3026)Dan Allen
2019-01-18use do..end for multi-line blocks (even when chained)Dan Allen
2019-01-06use .adoc as AsciiDoc file extension in test suiteDan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2018-09-11replace the use of render with convert in test suiteDan Allen
2018-09-09process !name@ syntax propertyDan Allen
2018-04-30refactor sub_attributes (PR #2300)Dan Allen
2018-04-23use cursor marks to track line numbers more accurately and efficientlyDan Allen
2018-04-19resolves #2174 shorthand attribute syntax no longer resets block styleDan Allen
2018-04-15resolves #1133 show error if delimited block is not terminatedDan Allen
2018-04-14use helpers to assert log messages in testsDan Allen
2018-04-14promote MemoryLogger and NullLogger to Asciidoctor moduleDan Allen
2018-04-14update tests to use memory logger instead of capturing stderrDan Allen
2018-04-13resolves #642 allow attribute to be soft unset from API or CLI (PR #2649)Dan Allen
2018-04-08purge render method from test suite (except to verify alias)Dan Allen
2017-11-12fix warnings in test suiteDan Allen
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