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
2022-07-16
organize PDF inspectors in test suite into separate files
Dan Allen
2022-06-13
store zero-based column of current and from on Extent (PR #2244)
Dan Allen
2022-06-13
accurately trap LoadError from CodeRay if source language is not recognized o...
Dan Allen
2022-05-21
follow-up to #2198 hide linenum spacer in source block from wrap by char logic
Dan Allen
2022-05-21
resolves #2198 break and wrap long contiguous text in source block when linen...
Dan Allen
2022-04-05
resolves #2003 compute extent of content in scratch document to arrange conte...
Dan Allen
2022-04-05
prevent source wrap extension from leaking outside of convert_listing_or_lite...
Dan Allen
2022-03-14
don't render borders and backgrounds in scratch document
Dan Allen
2022-03-13
replace tabs with spaces in test fixture strings
Dan Allen
2022-01-10
remove unnecessary use of root namespace qualifier in test
Dan Allen
2021-06-04
resolves #1934 fix encoding of indent in wrapped source blocks when font is A...
Dan Allen
2021-03-27
resolves #1898 fix processing of sequential callouts in a source block (PR #1...
Dan Allen
2021-03-17
rename get_scratch_document to scratch to align with lint rules; rename local...
Dan Allen
2021-02-27
verify theme can disable inline_block and extend setting for line-oriented token
Dan Allen
2021-02-27
verify rouge formatter uses default line gap if not specified in theme
Dan Allen
2021-02-26
verify rouge theme can configure token as inline block and extend to width of...
Dan Allen
2021-01-22
use pygments.rb 2.0.0 in CI (PR #1860)
Marat Radchenko
2020-11-15
verify syntax highlighting is not applied to scratch document
Dan Allen
2020-11-12
use rspec conditionals to filter tests instead of a postfix conditional on th...
Dan Allen
2020-11-11
upgrade RuboCop, add new rules, and update code to fix violations
Dan Allen
2020-10-24
remove unused instances of analyze option in test suite
Dan Allen
2020-10-07
fix test assertion so it's independent of Rouge version
Dan Allen
2020-10-07
don't apply syntax highlighting if Rouge lexer fails to highlight source; sho...
Dan Allen
2020-09-29
verify line numbers continue to be added after page split
Dan Allen
2020-09-24
fix crash when Text token is not defined in custom Rouge theme
Dan Allen
2020-09-10
correct the test that verifies the theme can customize the highlight backgrou...
Dan Allen
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
[next]