summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-07-23use refute in place of assert ! in test suite (PR #2336)Dan Allen
2017-07-23resolves #2107 calculate relative path correctly (PR #2335)Dan Allen
2017-07-22use atx and setext terminology when refering to section title syntax (PR #2334)Dan Allen
2017-07-22resolves #2330 eagerly substitute attributes in target of inline image (PR #2...Dan Allen
2017-07-22preprocess second line of setext discrete heading (PR #2332)Dan Allen
2017-07-22remove unnecessary nil_or_empty? checks in Substitutor; add missing testDan Allen
2017-07-22preprocess second line of setext section title; add test (PR #2321)Dan Allen
2017-07-22don't mix return type of Parser.build_block method (PR #2328)Dan Allen
2017-07-21resolves #2324 coerce group name to symbol when registering (PR #2327)Dan Allen
2017-07-19add missing scenario when parsing revision info lineDan Allen
2017-07-18change default argument values for Reader#peek_lines methodDan Allen
2017-07-18add additional tests to test behavior of Reader#peek_linesDan Allen
2017-07-17drop skipped content inside a delimited block (PR #2319)Dan Allen
2017-07-17change default text for inter-document xref (PR #2316)Dan Allen
2017-07-16continue to read blocks after skipped content within delimited block (PR #2318)Dan Allen
2017-07-13allow the subs argument of apply_subs to be nilDan Allen
2017-07-12autoload extensions lazily (PR #2312)Dan Allen
2017-07-11resolves #2244 warn if duplicate ID is detected (PR #2308)Dan Allen
2017-07-11resolves #1478 retain block content in items of callout list (PR #2310)Dan Allen
2017-07-11fix line numbers in callout list warnings; add tests to verifyDan Allen
2017-07-10use textlabel instead of caption to store textual label of admonition (PR #2309)Dan Allen
2017-07-10add assertion that number property is set on appendixDan Allen
2017-07-09resolves #858 add support for formal xref text (PR #2220)Dan Allen
2017-07-09use apply_subs instead of apply_normal_subs internallyDan Allen
2017-07-09enhance create_section helper in extensions to set up section properly (PR #2...Dan Allen
2017-07-09resolves #2302 dump man page when help topic is manpage (PR #2303)Dan Allen
2017-07-08remove stray wip in test nameDan Allen
2017-07-08fix invoker tests when run directlyDan Allen
2017-07-07fix assertion in test sample for undefined attributeDan Allen
2017-07-05fix default docinfo substitution behavior (PR #2296)Dan Allen
2017-07-04don't recognize inline image macro if target has trailing space (PR #2294)Dan Allen
2017-07-03make menu macro less greedy (PR #2290)Dan Allen
2017-07-03keep track of when alt text is auto-generated (PR #2287)Dan Allen
2017-07-03upgrade highlight.js to 9.12.0Dan Allen
2017-07-02resolves #2253 fix missing newline after table caption in manpage output (PR ...Dan Allen
2017-07-02rename EOL constant to LF (PR #2289)Dan Allen
2017-06-30substitute replacements in alt text of block image (PR #2285)Dan Allen
2017-06-30use alt_text method in manpage converter; add testsDan Allen
2017-06-29resolves #1983 fix operator logic in ifndef directive (PR #2283)Dan Allen
2017-06-28encode double quotes in alt text of inline image (PR #2284)Dan Allen
2017-06-26permit leading, trailing, and repeat operators in target of preprocessor cond...Dan Allen
2017-06-25use Set comparison to assert keys in catalogDan Allen
2017-06-25fix name of testDan Allen
2017-06-25remove trailing spacesDan Allen
2017-06-24disable header_footer when converting bibliography in testDan Allen
2017-06-24use render_embedded_string method instead of setting header_footer option to ...Dan Allen
2017-06-24trap and verify warnings when tests are run with warnings enabledDan Allen
2017-06-24prevent warning in substitution testDan Allen
2017-06-24add missing assertions in reader testsDan Allen
2017-06-24trap and verify warnings in block testsDan Allen