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
/
attribute_list_test.rb
Age
Commit message (
Expand
)
Author
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-27
use raise instead of fail keyword in test suite [skip ci]
Dan Allen
2021-04-30
leave empty line after magic comment [skip ci]
Dan Allen
2021-04-23
resolves #4033 don't assign nil value to named attribute mapped to absent pos...
Dan Allen
2021-04-22
add negative test to verify that the parser assigns a nil value to an attribu...
Dan Allen
2020-11-01
add test for block attribute that starts and ends with equals sign
Dan Allen
2020-11-01
resolves #3813 preserve blank positional attributes when parsing block attrli...
Dan Allen
2019-02-10
resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...
Dan Allen
2019-02-08
resolves #3051 drop the options attribute
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-10-10
resolves #2905 only apply subs to node attribute value enclosed in single quo...
Dan Allen
2018-07-25
move AttributeList tests to dedicated test file
Dan Allen