summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-05-28use sprintf instead of % operator in test suiteDan Allen
2021-05-27use negated match operator instead of negating a positive match in test suiteDan Allen
2021-05-27use single line for method definition in test suiteDan Allen
2021-05-27use do..end style for block in test suiteDan Allen
2021-05-27remove extra empty line in test suiteDan Allen
2021-05-27disable interpolation in test suite when not needed [skip ci]Dan Allen
2021-05-27use modern Hash syntax in test suite [skip ci]Dan Allen
2021-05-27use $: shorthand instead of $LOAD_PATH in test suiteDan Allen
2021-05-27remove or mark unused block arguments in test suite; fix missing logger asser...Dan Allen
2021-05-27fix spaces and indentation in test suiteDan Allen
2021-05-27fix invalid integer values in test suiteDan Allen
2021-05-27use octal for file mode in test suite [skip ci]Dan Allen
2021-05-27use unless instead of negated if in test suite [skip ci]Dan Allen
2021-05-27use raise instead of fail keyword in test suite [skip ci]Dan Allen
2021-05-27remove excess spaces before value of Hash entry in test suite [skip ci]Dan Allen
2021-05-25use single-quoted strings where possible in test suiteDan Allen
2021-05-25use key? instead of has_key? in tests [skip ci]Dan Allen
2021-05-25remove trailing spaces in test suite [skip ci]Dan Allen
2021-05-25fix missing spaces when defining hash and array in test suite [skip ci]Dan Allen
2021-05-22resolves #4065 show safe modes in strictness order in CLI help (PR #4067)Dan Allen
2021-05-18fix template converter test when concurrent-ruby gem is not installedDan Allen
2021-05-15manpage: fix apostrophe portability (PR #4060)Felipe Contreras
2021-05-14replace numeric character reference for degree sign in manpage outputDan Allen
2021-05-14replace numeric character reference for plus in manpage outputDan Allen
2021-05-13resolves #4055 fix crash if :to_file option is passed to load or load_file an...Dan Allen
2021-05-12add basic text for automatic link text for xref macro shorthandDan Allen
2021-05-12rewrite parse_quoted_text_attributes helper in substitutorsDan Allen
2021-05-06resolve #4046 change ifeval directive to resolve to false if comparison opera...Dan Allen
2021-05-05resolves #4048 include all lines outside specified tagged region when tag fil...Dan Allen
2021-05-03use -e in CLI tests instead of -s; include tests that verify the legacy aliasDan Allen
2021-04-30ignore redundant root namespace reference when checking for Tilt in test suiteDan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2021-04-27use document ID as linkend for self xref in DocBook output, auto-generating o...Dan Allen
2021-04-27fix invoker tests that use run_command on JRuby 9.1 for Windows (PR #4042)Dan Allen
2021-04-27resolves #3860 don't include trailing punctuation in target of autolink (PR #...Dan Allen
2021-04-27handle case when self xref without link text is inside AsciiDoc table cellDan Allen
2021-04-26resolves #4032 use xreftext of document as fallback link text for inter-docum...Dan Allen
2021-04-26format keyboard references in monospace in manpage outputDan Allen
2021-04-26add tests for UI macros in manpage converterDan Allen
2021-04-23resolves #4035 don't assign empty role to inline phrase (PR #4036)Dan Allen
2021-04-23resolves #4033 don't assign nil value to named attribute mapped to absent pos...Dan Allen
2021-04-23add negative tests for problem reported in #4032Dan Allen
2021-04-22add negative test for empty role on inline phraseDan Allen
2021-04-22add negative test to verify that the parser assigns a nil value to an attribu...Dan Allen
2021-04-19resolves #3732 allow value of user-home attribute to be overridden by API or ...Dan Allen
2021-04-19resolves #3938 allow subs attribute value on Inline node returned by process ...Dan Allen
2021-04-18resolves #4024 suppress missing attribute warning when processing value for d...Dan Allen
2021-04-18verify attribute entry in document header can reference intrinsic doctitle at...Dan Allen
2021-04-17resolves #4018 allow showtitle/notitle to be toggled in AsciiDoc table cell i...Dan Allen
2021-04-17resolves #2586 ensure document attributes unset in parent document remain uns...Dan Allen