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