summaryrefslogtreecommitdiff
path: root/test/attributes_test.rb
AgeCommit message (Expand)Author
2021-12-23Fix typos and misspellings in docs and code (PR #4222)Kian Meng, Ang
2021-10-10resolves #4147 disallow the use of dot in the name of a named element attribu...Dan Allen
2021-07-31omit_parentheses where possible in test codeDan Allen
2021-06-05consistently use %w to create string arraysDan Allen
2021-05-31use assert_empty/refute_empty where possible in test suiteDan Allen
2021-05-29pass method reference to rstrip lines of output in test suiteDan Allen
2021-05-28remove excess empty lines in test suite; use multiple lines for class definit...Dan Allen
2021-05-28remove extra empty lines and empty blocks in test suiteDan Allen
2021-05-27use modern Hash syntax in test suite [skip ci]Dan Allen
2021-05-25use single-quoted strings where possible in test suiteDan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2021-04-19resolves #3732 allow value of user-home attribute to be overridden by API or ...Dan Allen
2021-04-17fix references to AsciiDoc.py in code comments [skip ci]Dan Allen
2021-04-14resolves #4013 increment counter (but not the corresponding attribute) if att...Dan Allen
2021-04-14verify attribute entry can advance counterDan Allen
2021-04-09resolves #3940 fix crash when resolving next value in sequence for non-numeri...Dan Allen
2021-04-09resolves #3939 counter and counter2 directives in attribute reference should ...Guillaume Grossetie
2020-10-31resolves #3614 add role setter method on AbstractNode (PR #3811)Dan Allen
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