index
:
asciidoctor-pdf
2.3.17-magentastripe
2.3.9-magentastripe
main
part-pictures
MSM's fork of Asciidoctor-PDF
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
source_spec.rb
Age
Commit message (
Expand
)
Author
2020-09-06
fix crash when Pygments style is not recognized; fall back to pastie style
Dan Allen
2020-09-03
exclude visual Rouge test if Rouge <= 2.1.0
Dan Allen
2020-09-03
verify underline style can be used in Rouge theme
Dan Allen
2020-09-03
verify default background color is used to highlight lines in source block
Dan Allen
2020-09-02
test that color value for token is expanded when highlighting source using Rouge
Dan Allen
2020-09-02
test token with background color when highlighting source using Rouge
Dan Allen
2020-09-01
exclude line-oriented background test when using Rouge < 2.1
Dan Allen
2020-09-01
test line-oriented bg when highlighting source with Rouge
Dan Allen
2020-09-01
make sure Rouge theme can set both bold and italic on token
Dan Allen
2020-08-31
verify converter does not crash if CodeRay generates a token with nil text (e...
Dan Allen
2020-08-30
allow Rouge theme to be specified as theme class
Dan Allen
2020-08-23
verify theme instance can be passed to Rouge formatter
Dan Allen
2020-08-12
fix lint error
Dan Allen
2020-08-12
fix assertion for highlighting of PHP with and without function name highligh...
Dan Allen
2020-08-12
verify indentation is preserved for single highlighted line in source block h...
Dan Allen
2020-08-08
add test for indentation guards on line that begins with space when highlight...
Dan Allen
2020-08-07
update pygments test to use theme that uses both font style and background color
Dan Allen
2020-08-03
verify start line number < 1 for source block is coerced to 1 when highlighti...
Dan Allen
2020-07-19
fix lint error in test
Dan Allen
2020-07-19
verify encoded source is shown if Pygments fails to return a value
Dan Allen
2020-07-14
use and enforce a consistent style for comment annotations
Dan Allen
2020-07-02
really fix rouge tests
Dan Allen
2020-07-02
skip incompatible tests on Rouge 2.0.0
Dan Allen
2020-07-02
test more permutations of source language with cgi-style options
Dan Allen
2020-06-23
test uncovered cases indent guarding when highlighting with pygments
Dan Allen
2020-06-23
fix invalid pygments text
Dan Allen
2020-06-19
verify conum font color is inherited if nil when source highlighter is not en...
Dan Allen
2020-06-18
verify plain-text lexer is used when highlighting with rouge if language not ...
Dan Allen
2020-06-10
fix assertion for fallback conum font color
Dan Allen
2020-06-07
assert no lines are highlighted when highlight attribute is empty and source ...
Dan Allen
2020-06-07
change pygments theme for empty highlight attribute test to clarify assertion
Dan Allen
2020-06-07
don't apply syntax highlighting to source block if specialchars sub is disabled
Dan Allen
2020-05-27
resolves #1704 allow callouts sub to be disabled on source blocks (PR #1706)
Dan Allen
2020-05-27
verify conum font color is inherited if not set in theme
Dan Allen
2020-05-26
fall back gracefully if unrecognized convert-time syntax highlighter is used
Dan Allen
2020-05-26
add test that converter gracefully ignores client-side source highlighter
Dan Allen
2020-05-25
verify callout in source block can be escaped
Dan Allen
2020-05-25
add test to verify no lines are highlighted on source block if highlight attr...
Dan Allen
2020-05-25
add test to verify callouts do not affect syntax highlighting when using code...
Dan Allen
2020-05-24
add test for source language passed to CodeRay with invalid characters; fallb...
Dan Allen
2020-05-24
write test to verify sublanguage is passed to rouge if source language starts...
Dan Allen
2020-05-14
test that text/plain lexer is used if source language not recognized by Pygments
Dan Allen
2020-05-14
test PHP highlighting when source highlighter is Pygments
Dan Allen
2020-05-12
use single-quoted heredoc where possible
Dan Allen
2020-04-10
add test to cover missing tab expansion case
Dan Allen
2020-03-19
resolves #1611 use conum font family defined in theme for conum in verbatim b...
Dan Allen
2020-02-12
resolves #1552 drop support for versions of Asciidoctor < 2 (PR #1553)
Dan Allen
2020-01-28
don't run pygments tests on JRuby for Windows
Dan Allen
2020-01-15
don't run pygments test if pygments isn't loaded
Dan Allen
2020-01-12
hide whitespace in front of conums from source highlighter; simplify how spac...
Dan Allen
[next]