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
/
reader_test.rb
Age
Commit message (
Expand
)
Author
2024-05-04
resolves #4580 don't leave behind empty line inside skipped conditional (PR #...
Dan Allen
2023-06-05
resolves #4461 wrap target of link used in place of include directive in inli...
Dan Allen
2023-04-30
resolves #3929 treat uri:classloader: as absolute path prefix when running on...
Dan Allen
2023-04-16
don't allow target of include directive to start or end with a space
Dan Allen
2022-10-24
remove outdated workaround in test suite for JRuby heredoc bug
Dan Allen
2022-10-22
resolves #4368 redo loop rather than using recursion to locate next line to p...
Dan Allen
2022-10-14
add include role to link/URL macro that replaces include directive when inclu...
Dan Allen
2022-09-23
resolves #4357 change internal uriish? to only detect a URI pattern at start ...
Dan Allen
2022-07-24
resolves #4315 warn if include target is remote and allow-uri-read attribute ...
Dan Allen
2022-07-17
use simpler form to assert logger has no messages
Dan Allen
2022-07-17
add missing assertion in test suite
Dan Allen
2022-07-05
resolves #4300 add support for TOML front matter to skip-front-matter attribu...
Abhinav Gupta
2022-07-05
fix lineno on reader when skip-front-matter attribute is set but end of front...
Dan Allen
2022-03-01
verify include directive is converted to link when target is remote and allow...
Dan Allen
2022-01-11
don't overqualify types in test suite
Dan Allen
2022-01-03
resolves #4230 don't warn if a negated tag is not found in include file (PR #...
Dan Allen
2021-12-23
Fix typos and misspellings in docs and code (PR #4222)
Kian Meng, Ang
2021-10-18
rename default branch
Dan Allen
2021-07-31
omit_parentheses where possible in test code
Dan Allen
2021-06-26
rework descriptions for tag filtering tests [skip ci]
Dan Allen
2021-06-26
fix descriptions of tests in reader_tests.rb [skip ci]
Dan Allen
2021-06-21
fix invalid indentation in test [skip ci]
Dan Allen
2021-06-19
resolves #4086 only interpret negated wildcard in include tag filter as impli...
Dan Allen
2021-06-09
remove irrelevant unassertions from test suite
Dan Allen
2021-06-05
consistently use %w to create string arrays
Dan Allen
2021-05-31
use assert_empty/refute_empty where possible in test suite
Dan Allen
2021-05-28
remove extra empty lines and empty blocks in test suite
Dan Allen
2021-05-28
favor single-line while loop in test suite
Dan Allen
2021-05-27
use single line for method definition in test suite
Dan Allen
2021-05-27
use octal for file mode in test suite [skip ci]
Dan Allen
2021-05-06
resolve #4046 change ifeval directive to resolve to false if comparison opera...
Dan Allen
2021-05-05
resolves #4048 include all lines outside specified tagged region when tag fil...
Dan Allen
2021-04-30
leave empty line after magic comment [skip ci]
Dan Allen
2021-04-09
resolves #3997 rollback change for #3470; skip empty lines before processing ...
Dan Allen
2021-02-06
verify tag filtering works if wildcards are not at head of list
Dan Allen
2021-02-05
resolves #3932 honor list of tags following negated wildcard on include direc...
Dan Allen
2021-02-04
fix test on JRuby
Dan Allen
2021-02-04
fix tests for current code
Dan Allen
2021-02-04
defer test
Dan Allen
2021-02-04
add additional tests for include tags
Dan Allen
2020-12-14
fix code style [skip ci]
Dan Allen
2020-12-14
enable running tests as root (PR #3874)
mikemckiernan
2020-11-09
add if and unless conditions to tests to make filtering more readable (PR #3844)
Dan Allen
2019-12-07
resolves #3436 only strip trailing whitespace from lines of include file if t...
Dan Allen
2019-12-06
add test for invalid include range
Dan Allen
2019-10-01
add test to verify BOM is stripped from include file
Dan Allen
2019-09-30
prevent trailing blank line when extracting lines from source data
Dan Allen
2019-09-27
resolves #3248 allow encoding of include file to be specified using encoding ...
Dan Allen
2019-04-03
Helpers.rootname should only consider final path segment when dropping file e...
Dan Allen
2019-03-22
use symbol blocks where appropriate in test suite
Dan Allen
[next]