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
/
api_test.rb
Age
Commit message (
Expand
)
Author
2024-02-19
resolves #4550 turn off system-dependent newline conversion when writing file...
Dan Allen
2023-10-12
resolves #3526 return nil if name passed to Asciidoctor::SafeMode.value_for_n...
Dan Allen
2023-04-30
resolves #3929 treat uri:classloader: as absolute path prefix when running on...
Dan Allen
2023-04-29
add API test to verify that copycss value can be a string or Pathname object
Dan Allen
2022-01-16
resolves #3313 set linenums option on source block when line numbering is ena...
Dan Allen
2022-01-12
resolves #3220 alias Inline#content to Inline#text so Inline node quacks like...
Dan Allen
2021-10-18
rename default branch
Dan Allen
2021-08-30
change AbstractBlock#sections? to return false when called on block that isn'...
Guillaume Grossetie
2021-08-28
store reproducible flag in local variable in HTML converter
Dan Allen
2021-08-28
resolves #4143 omit generator meta tag in HTML output if reproducible documen...
Ryan A. Pavlik
2021-07-31
omit_parentheses where possible in test code
Dan Allen
2021-07-31
resolves #2557 enable RuboCop to enforce a consistent code style and perform ...
Dan Allen
2021-06-18
rename Hashish to Hashlike in test suite [skip ci]
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-06-05
consistently use ::Set.[] or ::Set.new to create sets instead of Array#to_set
Dan Allen
2021-06-04
use case instead of if/elseif where possible
Dan Allen
2021-06-03
use single level of indentation for method calls that wrap [skip ci]
Dan Allen
2021-06-02
don't use brackets around argument list of method definition [skip ci]
Dan Allen
2021-05-31
use assert_path_exists where possible in test suite
Dan Allen
2021-05-28
use sprintf instead of % operator in test suite
Dan Allen
2021-05-27
remove or mark unused block arguments in test suite; fix missing logger asser...
Dan Allen
2021-05-27
fix spaces and indentation in test suite
Dan Allen
2021-05-27
use unless instead of negated if in test suite [skip ci]
Dan Allen
2021-05-25
use key? instead of has_key? in tests [skip ci]
Dan Allen
2021-05-25
remove trailing spaces in test suite [skip ci]
Dan Allen
2021-05-13
resolves #4055 fix crash if :to_file option is passed to load or load_file an...
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-04-09
add tests for sourcemap use case reported in #3966
Dan Allen
2020-10-31
resolves #3592 fix crash if value passed by API for copycss attribute is not ...
Dan Allen
2020-10-31
resolves #3808 fix crash if value of stylesheets attribute contains a folder ...
Dan Allen
2020-10-31
enable additional test scenario for linkcss
Dan Allen
2020-10-30
resolves #3799 set source_location on preamble block when sourcemap option is...
Dan Allen
2020-10-25
remove default argument to Cell initializer in API test
Dan Allen
2020-10-23
resolves #3765 download and embed custom remote stylesheet if allow-uri-read ...
Dan Allen
2020-10-16
resolves #3778 fix resolved value of :to_dir when both :to_file and :to_dir o...
Dan Allen
2020-02-25
add test to verify find_by can be used to extract a single list item
Dan Allen
2019-05-29
resolves #3316 fix Asciidoctor.convert_file to honor header_footer: false opt...
Dan Allen
2019-04-30
resolves #3281 fix lineno of source location on blocks that follow a detached...
Dan Allen
2019-04-29
resolves #3282 rename AbstractNode#options to AbstractNode#enabled_options (P...
Dan Allen
2019-04-17
fix warning in test suite
Dan Allen
2019-04-17
add tests to assert load_file and convert_file accept a Pathname input
Dan Allen
2019-03-29
use file read mode in test suite
Dan Allen
2019-03-26
resolves #3207 implement #lines and #source methods on Table::Cell (PR #3209)
Dan Allen
2019-03-22
define assert and refute include method in test suite
Dan Allen
2019-03-22
use symbol blocks where appropriate in test suite
Dan Allen
2019-03-20
stop find_by iteration if filter block returns :stop directive (PR #3162)
Dan Allen
2019-03-20
find_by should reject node when :reject directive is used with ID selector
Dan Allen
2019-03-15
resolves #3133 next_adjacent_block should not fail when used on dlist item (P...
Dan Allen
[next]