summaryrefslogtreecommitdiff
path: root/test/syntax_highlighter_test.rb
AgeCommit message (Expand)Author
2023-02-21resolves #4406 fix test assertion for fallback Rouge stylesheet to be compati...Todd Zullinger
2022-10-18remove workarounds for JRuby 9.1 in test suiteDan Allen
2021-08-17resolves #4130 layout source with table-based linenums as table rows when usi...Dan Allen
2021-08-12resolves #3641 add support for inline linenums mode when using Rouge as sourc...Dan Allen
2021-08-08normalize output from Pygments to use linenos class for inline line numbering...Dan Allen
2021-08-08remove unnamespaced selectors in Pygments stylesheetDan Allen
2021-08-08remove redundant indentation in heredoc strings in test suiteDan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2021-04-15resolves #3550 run tests on JRuby for Windows in CI (PR #3841)Dan Allen
2021-03-24resolves #3969 add support for using pygments.rb 2.x when source-highlighter=...Marat Radchenko
2021-01-22resolves #3916 upgrade rouge and fix test assertion (PR #3920)Dan Allen
2021-01-22remove stray wip in test suiteDan Allen
2020-11-09add if and unless conditions to tests to make filtering more readable (PR #3844)Dan Allen
2020-10-26resolves #3786 retain attribute order on HTML code tag for source block to re...Dan Allen
2020-09-25resolves #3761 use custom init function for highlight.js to select correct co...Dan Allen
2020-07-17resolves #3503 move style tag for client-side syntax highlighers (highlight.j...Dan Allen
2020-07-17resolves #3519 compute highlight line ranges on source block relative to valu...Guillaume Grossetie
2020-07-17resolves #3625 don't use module_function to define entry point methods in API...Dan Allen
2019-12-26reenable pygments testsDan Allen
2019-12-13optimize method that resolves lines to highlight and add additional test casesDan Allen
2019-10-23resolves #3462 move style tag for convert-time syntax highlighters into head ...Dan Allen
2019-06-21resolves #3319 preserve guard around XML-style callout when icons are disable...Dan Allen
2019-06-15resolves #3336 fix how options are passed to the Rouge lexer (PR #3339)Dan Allen
2019-04-22resolves #3274 update register_for methods to accept symbol arguments (PR #3275)Dan Allen
2019-04-01make Asciidoctor::SyntaxHighlighter::Config.register_for method public as doc...Dan Allen
2019-03-31resolves #3223 should not crash when source highlighter is rouge and source l...Dan Allen
2019-03-18resolves #3036 load additional languages for highlight.js as defined in the h...Dan Allen
2019-03-18make highlight.js test more robustDan Allen
2019-03-09resolves #3137 fallback to text scanner when highlighting with CodeRay if sou...Dan Allen
2019-02-15clean up newline handling in test suite (PR #3074)Dan Allen
2019-02-10add test to verify start line number is set to 1 by defaultDan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-03expose style methods as static methods on rouge syntax highlighter adapterDan Allen
2019-02-03group syntax highlighter tests into context per syntax highlighterDan Allen
2019-02-03resolves #1040 add syntax highlighter adapter for Rouge (PR #3033)Dan Allen
2019-01-30Switch to squiggly heredoc in test suite & CLI (PR #3035)Dan Allen
2019-01-26ensure linenos class is always added to linenos column when source highlighte...Dan Allen
2019-01-26resolves #2106 make syntax highlighter pluggable (PR #3016)Dan Allen