summaryrefslogtreecommitdiff
path: root/test/parser_test.rb
AgeCommit message (Expand)Author
2022-10-24remove outdated workaround in test suite for JRuby heredoc bugDan Allen
2021-11-13fix lint errorDan Allen
2021-11-13add flag to suppress retrieving metadata from parse_header_metadata; include ...Dan Allen
2021-11-12verify authors attribute is only parsed if different from computed value of i...Dan Allen
2021-07-31omit_parentheses where possible in test codeDan Allen
2021-05-29simplify parse_header_metadata helper to a single return valueDan 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-04-30leave empty line after magic comment [skip ci]Dan Allen
2019-03-21resolves #2441 substitute replacements in author values used in document head...Dan Allen
2019-02-15clean up newline handling in test suite (PR #3074)Dan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-08resolves #3051 drop the options attributeDan Allen
2019-02-02add reference in test suite to JRuby heredoc issue [skip ci]Dan Allen
2019-02-02fix broken tests on JRubyDan Allen
2019-02-02use indented (squiggly) heredoc strings in parser_testDan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2018-10-28resolves #669 allow authorinitials for single author to be overridden (PR #2943)Dan Allen
2018-10-27resolves #2769 report correct line number for inline anchor with id already i...Dan Allen
2018-07-25move AttributeList tests to dedicated test fileDan Allen
2018-07-24treat empty value for named block attribute as empty stringDan Allen
2018-05-16resolves #2785 allow revnumber in revision line to be an attribute reference ...Dan Allen
2018-04-19resolves #2174 shorthand attribute syntax no longer resets block styleDan Allen
2017-12-26resolves #2519 set authorcount to 0 if there are no authors (PR #2520)Dan Allen
2017-12-18add test for uncovered line in Reader#skip_comment_linesDan Allen
2017-07-23use refute in place of assert ! in test suite (PR #2336)Dan Allen
2017-06-18change Parser.parse_style_attribute to only return parsed styleDan Allen
2017-06-05refactor Parser.store_attribute and related methods; add tests (PR #2239)Dan Allen
2017-05-07resolves #2112 sanitize content of authors meta tag in HTML output (PR #2181)Dan Allen
2017-03-30resolves #663 don't mangle compound names when document has multiple authors ...Dan Allen
2017-03-18use delete instead of tr to remove spaces; optimize options parsing (PR #2088)Dan Allen
2017-02-28replace #split(' ') calls with #splitDan Allen
2016-11-28fix warnings; remove warn statement in test suiteDan Allen
2016-11-28add test for parsing author attributeDan Allen
2015-12-29remove trailing endlines in sourceDan Allen
2015-07-05resolves #1170 and #841 expand tabs properlyDan Allen
2015-05-21remove warn statement in test suiteDan Allen
2015-05-14resolves #790 parse isolated version in revision linebrian m. carlson
2014-05-16resolves #892 match word characters defined by UnicodeDan Allen
2014-04-08tests: switch to minitestKen Dreyer
2014-02-16call each thing by its right nameDan Allen