summaryrefslogtreecommitdiff
path: root/test/parser_test.rb
AgeCommit message (Expand)Author
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