index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
attributes_test.rb
Age
Commit message (
Expand
)
Author
2021-12-23
Fix typos and misspellings in docs and code (PR #4222)
Kian Meng, Ang
2021-10-10
resolves #4147 disallow the use of dot in the name of a named element attribu...
Dan Allen
2021-07-31
omit_parentheses where possible in test code
Dan Allen
2021-06-05
consistently use %w to create string arrays
Dan Allen
2021-05-31
use assert_empty/refute_empty where possible in test suite
Dan Allen
2021-05-29
pass method reference to rstrip lines of output in test suite
Dan Allen
2021-05-28
remove excess empty lines in test suite; use multiple lines for class definit...
Dan Allen
2021-05-28
remove extra empty lines and empty blocks in test suite
Dan Allen
2021-05-27
use modern Hash syntax in test suite [skip ci]
Dan Allen
2021-05-25
use single-quoted strings where possible in test suite
Dan Allen
2021-04-30
leave empty line after magic comment [skip ci]
Dan Allen
2021-04-19
resolves #3732 allow value of user-home attribute to be overridden by API or ...
Dan Allen
2021-04-17
fix references to AsciiDoc.py in code comments [skip ci]
Dan Allen
2021-04-14
resolves #4013 increment counter (but not the corresponding attribute) if att...
Dan Allen
2021-04-14
verify attribute entry can advance counter
Dan Allen
2021-04-09
resolves #3940 fix crash when resolving next value in sequence for non-numeri...
Dan Allen
2021-04-09
resolves #3939 counter and counter2 directives in attribute reference should ...
Guillaume Grossetie
2020-10-31
resolves #3614 add role setter method on AbstractNode (PR #3811)
Dan Allen
2019-03-19
resolves #2861 log dropped lines at info level when attribute-missing=drop-li...
Dan Allen
2019-03-14
resolves #1444 rename header_footer option to standalone (PR #3146)
Dan Allen
2019-03-12
add additional tests for #2191
Dan Allen
2019-03-11
upgrade truffleruby to 1.0.0-rc13 (PR #3043)
Dan Allen
2019-02-10
resolves #3059 change default value of fallback attribute name on attr/attr? ...
Dan Allen
2019-02-10
resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...
Dan Allen
2019-02-10
resolves #1934 use third argument to attr/attr? to specify the fallback attri...
Dan Allen
2019-02-08
resolves #3051 drop the options attribute
Dan Allen
2019-02-07
resolves #1944 disable role inheritance (PR #3050)
Dan Allen
2019-02-05
resolves #3005 remove the converter for the docbook45 backend (PR #3040)
Dan Allen
2019-02-02
clarify encoding workaround in test suite for truffleruby
Dan Allen
2019-02-02
fix tests on truffleruby
Dan Allen
2019-02-01
use strict indented heredoc in attributes_test
Dan Allen
2019-01-24
document when workarounds can be removed [skip ci]
Dan Allen
2019-01-19
add truffleruby to CI matrix (PR #3026)
Dan Allen
2019-01-18
use do..end for multi-line blocks (even when chained)
Dan Allen
2019-01-06
use .adoc as AsciiDoc file extension in test suite
Dan Allen
2019-01-06
switch to modern hash syntax
Dan Allen
2019-01-06
use require_relative instead of modifying $LOAD_PATH
Dan Allen
2019-01-06
remove workarounds for Ruby < 2.3
Dan Allen
2018-09-11
replace the use of render with convert in test suite
Dan Allen
2018-09-09
process !name@ syntax property
Dan Allen
2018-04-30
refactor sub_attributes (PR #2300)
Dan Allen
2018-04-23
use cursor marks to track line numbers more accurately and efficiently
Dan Allen
2018-04-19
resolves #2174 shorthand attribute syntax no longer resets block style
Dan Allen
2018-04-15
resolves #1133 show error if delimited block is not terminated
Dan Allen
2018-04-14
use helpers to assert log messages in tests
Dan Allen
2018-04-14
promote MemoryLogger and NullLogger to Asciidoctor module
Dan Allen
2018-04-14
update tests to use memory logger instead of capturing stderr
Dan Allen
2018-04-13
resolves #642 allow attribute to be soft unset from API or CLI (PR #2649)
Dan Allen
2018-04-08
purge render method from test suite (except to verify alias)
Dan Allen
2017-11-12
fix warnings in test suite
Dan Allen
[next]