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
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
2017-09-28
use assert_includes in place of raw assertion in attribute tests
Dan Allen
2017-09-15
remove excess indentation in test suite
Dan Allen
2017-09-06
resolves #2376 allow attribute name to contain word characters as defined by ...
Dan Allen
2017-09-04
add test for accessing a positional attribute
Dan Allen
2017-08-20
do not recognize attribute entry line if name contains colon (PR #2377)
Dan Allen
2017-07-23
use refute in place of assert ! in test suite (PR #2336)
Dan Allen
2017-07-07
fix assertion in test sample for undefined attribute
Dan Allen
2017-06-19
trap and verify warnings in attribute tests
Dan Allen
2017-06-01
resolves #2227 add the remove_attr method to AbstractNode (#2231)
Dan Allen
2017-05-28
resolves #2204 use [ \t] instead of \p{Blank} to match spaces (#2205)
Dan Allen
2017-05-26
resolves #2211 permit pass macro to surround attribute value containing line ...
Dan Allen
2017-05-10
resolves #2183 don't crash if substitution list resolves to nil (PR #2184)
Dan Allen
2017-02-28
replace #split(' ') calls with #split
Dan Allen
2017-02-28
make AbstractBlock#add_role and #remove_role more efficient
Dan Allen
2016-12-24
add tests for Document#set_attribute
Dan Allen
2016-12-24
resolves #1967 use empty string as default value for set_attr method (PR #1968)
Dan Allen
2016-11-24
resolves #1942 share counters between AsciiDoc table cells and main document ...
Dan Allen
2016-09-07
resolves #1861 add attribute to control maximum attribute value size (PR #1862)
Dan Allen
[next]