summaryrefslogtreecommitdiff
path: root/test/reader_test.rb
AgeCommit message (Expand)Author
2018-10-14resolves #2914 interpret open line range as infinite (PR #2917)Dan Allen
2018-09-11replace the use of render with convert in test suiteDan Allen
2018-08-04resolves #2830 detect closing tag on last line with no trailing newline (PR #...Dan Allen
2018-05-08resolves #2761 substitute attribute references in attrlist of include directiveDan Allen
2018-04-28add cursor for include file to message context about include tagsDan Allen
2018-04-28use cursor from source file as context for messages about include tagsDan Allen
2018-04-28match tag directives in include files that have CRLF line endings (see #2369)Dan Allen
2018-04-23rename cursor methods on ReaderDan Allen
2018-04-23use cursor marks to track line numbers more accurately and efficientlyDan Allen
2018-04-21resolves #2361 warn if a specified include tag is unclosed (PR #2696)Dan Allen
2018-04-21fix assertion in include tag testDan Allen
2018-04-21test that warning message is reported when tag is missing in include fileDan Allen
2018-04-21rephrase some of the reader testsDan Allen
2018-04-20resolves #2369 change strategy for finding tags inside circumfix comments (PR...Dan Allen
2018-04-19resolves #2200 don't convert inter-document xref to internal anchor if target...Dan Allen
2018-04-16move unterminated block warning into Reader#read_lines_untilDan Allen
2018-04-15change Reader#skip_comment_lines to not return skipped linesDan Allen
2018-04-15resolves #1133 show error if delimited block is not terminatedDan Allen
2018-04-14use helpers to assert log messages in testsDan Allen
2018-04-14remove unused methods in ReaderDan Allen
2018-04-10use more efficient method for getting dir from URIDan Allen
2018-04-10fix failure in Preprocessor#push_include when file is a URI and path isn't setDan Allen
2018-04-09delegate to test helper method to resolve test directory and fixture pathsDan Allen
2018-04-08purge render method from test suite (except to verify alias)Dan Allen
2018-04-08update test that wasn't using redirect_streams to capture warningsDan Allen
2018-03-18resolves #2610 extract method to resolve include path (PR #2613)Dan Allen
2018-01-03add Ruby 2.5.0 to CI build matrix (PR #2528)Dan Allen
2018-01-02assert that unresolved include directive in remote file does not crash processorDan Allen
2017-12-23automatically set path in Reader#push_includeDan Allen
2017-12-18add test to verify tag filtering works for remote includesDan Allen
2017-12-17add test to verify local includes are resolved relative to current documentDan Allen
2017-12-17resolves #2506 resolve nested includes in remote documents relative to URI (P...Dan Allen
2017-09-27use assert_includes in place of raw assertion in reader testsDan Allen
2017-09-22use assert_kind_of in place of assert ... is_a? in test suiteDan Allen
2017-09-19resolves #2389 allow local include to be flagged as optional (PR #2413)Dan Allen
2017-08-29peek all lines if no arguments are passed to peek_lines or first arg is nilDan Allen
2017-07-23use refute in place of assert ! in test suite (PR #2336)Dan 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-08remove stray wip in test nameDan Allen
2017-07-02rename EOL constant to LF (PR #2289)Dan Allen
2017-06-29resolves #1983 fix operator logic in ifndef directive (PR #2283)Dan Allen
2017-06-26permit leading, trailing, and repeat operators in target of preprocessor cond...Dan Allen
2017-06-24use render_embedded_string method instead of setting header_footer option to ...Dan Allen
2017-06-24add missing assertions in reader testsDan Allen
2017-06-23trap and verify warnings in reader testsDan Allen
2017-06-20resolves #1729 add support for include tags in languages with only circumfix ...Dan Allen
2017-06-16resolves #2146 process include directive in shorthand preprocessor conditiona...Dan Allen
2017-05-28use lowercase letters for unicode escape in test suiteDan Allen
2017-05-18resolves #1516 add option to exclude tags when including file (PR #2196)Dan Allen