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
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
2016-01-05
resolves #1650 support shorthand syntax in block attributes for document title
Dan Allen
2015-12-29
remove trailing endlines in source
Dan Allen
2015-10-16
Fixes #1366: Added method AbstractNode#add_role and AbstractNode#remove_role
Robert.Panzer
2015-10-11
resolves #1255 restore attributes after parse
Dan Allen
2014-11-21
resolves #1130 substitute attribute entry value outside of header
Dan Allen
2014-11-18
resolves #1103 allow numeric characters in block attribute name
Dan Allen
2014-08-06
allow compat-mode to be toggled in document
Dan Allen
2014-08-01
resolves #706 output and style macro toc correctly
Dan Allen
2014-07-30
resolves #1046 use more concise curved quote syntax
Dan Allen
2014-07-27
resolves #718 and #714 swap + and ` formatting chars
Dan Allen
2014-07-17
resolves #1022 \ as line continuation character in attribute value
Dan Allen
2014-04-08
tests: switch to minitest
Ken Dreyer
2014-03-16
resolves #917 only make special section if style is specified
Dan Allen
2014-02-28
fix behavior of AbstractNode#set_attr, add test
Dan Allen
2014-02-27
allow custom converter to set backend info such as outfilesuffix
Dan Allen
2014-02-26
resolves #778, rewrite converter API; resolves #638, integrate thread_safe gem
Dan Allen
2014-02-19
optimize attribute parsing, ignore attribute with unquoted value None
Dan Allen
2014-02-05
refactor unit tests so they work in RubyMine
Charles Moulliard
2014-01-31
ensure title attribute is only subbed once
Dan Allen
2014-01-26
resolves #870 allow attribute entry to reset / reseed counter
Dan Allen
2014-01-20
major refactoring of parser and regexp
Dan Allen
2013-09-25
resolves #629 add user-home attribute that resolves to user's home directory
Dan Allen
2013-08-28
add and honor interactive option for checklists
Dan Allen
2013-08-17
resolves #523 set defaults for attribute-missing & attribute-undefined
Dan Allen
2013-08-07
resolves #508 lowercase attribute names passed to API
Dan Allen
2013-07-20
resolves #498 permit !name syntax for undefining attribute
Dan Allen
2013-07-13
change assert_not_match to assert_no_match to make Ruby 1.8 happy
Dan Allen
2013-07-12
resolves #495 add attribute to keep lines that have an undefined attribute
Dan Allen
2013-07-07
resolves #481 shorthand for block options
Dan Allen
2013-07-06
add has_role? to check if role is present, use role? for exact match
Dan Allen
2013-07-02
resolves #474 role? can check for role name, add roles method
Dan Allen
2013-06-21
resolves #436 move style to instance variable
Dan Allen
[prev]
[next]