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
/
invoker_test.rb
Age
Commit message (
Expand
)
Author
2024-02-19
resolves #4550 turn off system-dependent newline conversion when writing file...
Dan Allen
2023-04-08
resolves #4429 add support for Haml 6 to template converter (PR #4431)
Dan Allen
2022-07-09
fix Asciidoctor::Cli::Invoker constructor when first argument is a hash
Dan Allen
2022-01-11
don't overqualify types in test suite
Dan Allen
2022-01-02
change "show the backtrace" to "show backtrace" in CLI hint
Dan Allen
2021-12-24
change "for backtrack" to "to show the backtrace"
Dan Allen
2021-11-07
update RuboCop and add new rules to config
Dan Allen
2021-11-01
resolves #3868 add --log-level option to CLI to control log level (PR #4198)
Dan Allen
2021-10-27
exclude invoker test that asserts on stderr from running on JRuby for Windows
Dan Allen
2021-10-26
fix syntax error in test suite
Dan Allen
2021-10-26
exclude invoker test that asserts on stderr from running on JRuby 9.1 for Win...
Dan Allen
2021-10-26
fix test assertion in invoker test on JRuby
Dan Allen
2021-10-26
fix lint error
Dan Allen
2021-10-26
verify behavior when --trace CLI option is set
Dan Allen
2021-10-26
add test to verify CLI suggests --trace option if not present when program ra...
Dan Allen
2021-08-28
resolves #3569 add sourcemap option to the CLI (PR #3568)
hackingotter
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-08
fix rescue swallowing test assertion in invoker test [skip ci]
Dan Allen
2021-05-31
use assert_empty/refute_empty where possible in test suite
Dan Allen
2021-05-31
use assert_path_exists where possible in test suite
Dan Allen
2021-05-27
use do..end style for block in test suite
Dan Allen
2021-05-27
disable interpolation in test suite when not needed [skip ci]
Dan Allen
2021-05-27
remove or mark unused block arguments in test suite; fix missing logger asser...
Dan Allen
2021-05-27
remove excess spaces before value of Hash entry in test suite [skip ci]
Dan Allen
2021-05-25
use single-quoted strings where possible in test suite
Dan Allen
2021-05-25
remove trailing spaces in test suite [skip ci]
Dan Allen
2021-05-03
use -e in CLI tests instead of -s; include tests that verify the legacy alias
Dan Allen
2021-04-30
leave empty line after magic comment [skip ci]
Dan Allen
2021-04-27
fix invoker tests that use run_command on JRuby 9.1 for Windows (PR #4042)
Dan Allen
2021-04-15
resolves #3550 run tests on JRuby for Windows in CI (PR #3841)
Dan Allen
2020-11-09
add if and unless conditions to tests to make filtering more readable (PR #3844)
Dan Allen
2020-08-20
resolves #3737 add support for erubi template engine; use it in place of erub...
Dan Allen
2020-02-19
disable bundler in the pure CLI tests (PR #3577)
Dan Allen
2020-01-13
implement cleaner way to ignore SOURCE_DATE_EPOCH
Dan Allen
2020-01-12
fix source date epoch tests in Ruby 2.7
Dan Allen
2019-08-25
upgrade truffleruby to 19.2.0; enable in nightly job (PR #3305)
Guillaume Grossetie
2019-04-04
resolves #3238 don't fail to load application if call to Dir.home fails (PR #...
Dan Allen
2019-04-01
use IO.popen with env argument in test suite (PR #3229)
Dan Allen
2019-04-01
resolves #3225 mark encoding of stdio objects used in CLI as UTF-8 (PR #3228)
Dan Allen
2019-04-01
resolves #3226 CLI should use $stdin instead of STDIN (PR #3227)
Dan Allen
2019-03-29
use file read mode in test suite
Dan Allen
2019-03-22
use symbol blocks where appropriate in test suite
Dan Allen
2019-03-14
resolves #1444 rename header_footer option to standalone (PR #3146)
Dan Allen
2019-03-11
initialize the level to WARN when instantiating the NullLogger
Dan Allen
2019-02-10
resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...
Dan Allen
2019-02-09
resolves #3030 separate the -v and -w CLI flags
Dan Allen
2019-02-05
remove process workaround for JRuby [skip ci]
Dan Allen
2019-02-05
resolves #3005 remove the converter for the docbook45 backend (PR #3040)
Dan Allen
2019-02-02
use indented (squiggly) heredoc strings in invoker_test and logger_test
Dan Allen
[next]