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
/
options_test.rb
Age
Commit message (
Expand
)
Author
2023-04-15
resolves #4425 don't split value of -r CLI option (PR #4432)
Dan Allen
2022-09-10
resolves #4351 force encoding of attribute data passed via CLI to UTF-8 if tr...
Dan Allen
2022-01-11
don't overqualify types in test suite
Dan Allen
2021-11-01
resolves #3868 add --log-level option to CLI to control log level (PR #4198)
Dan Allen
2021-10-30
allow --failure-level option to be set to default value, FATAL, and update de...
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-06-05
consistently use %w to create string arrays
Dan Allen
2021-05-31
use appropriate assertions in test suite
Dan Allen
2021-05-28
remove extra empty lines and empty blocks in test suite
Dan Allen
2021-05-27
disable interpolation in test suite when not needed [skip ci]
Dan Allen
2021-05-27
use $: shorthand instead of $LOAD_PATH 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-22
resolves #4065 show safe modes in strictness order in CLI help (PR #4067)
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
2019-03-14
resolves #1444 rename header_footer option to standalone (PR #3146)
Dan Allen
2019-02-23
resolves #1573 add syntax help to CLI
Guillaume Grossetie
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-01-12
resolves #2997 ignore attribute CLI option if value is empty or equal sign (P...
Dan Allen
2019-01-06
use .adoc as AsciiDoc file extension in test suite
Dan Allen
2019-01-06
use require_relative instead of modifying $LOAD_PATH
Dan Allen
2019-01-06
remove workarounds for Ruby < 2.3
Dan Allen
2018-04-20
resolves #2003 allow failure level to be specified using CLI option (PR #2674)
Dan Allen
2018-04-13
Allow tests to run outside of the gem context with the manpage help topic (#2...
Joseph Herlant
2017-09-22
use assert_kind_of in place of assert ... is_a? in test suite
Dan Allen
2017-07-09
resolves #2302 dump man page when help topic is manpage (PR #2303)
Dan Allen
2014-12-20
resolves #405 - add attribute to control which substitutions are performed on...
Guillaume Grossetie
2014-11-22
fix broken test on Windows
Dan Allen
2014-09-18
resolves #1097 accept safe mode value in lowercase in cli, add test
Dan Allen
2014-08-04
follow-up to #574 support multiple values in single -r or -I flag
Dan Allen
2014-05-19
resolves #909 - add -t flag to cli to control output of timing information
Guillaume Grossetie
2014-04-08
tests: switch to minitest
Ken Dreyer
2014-02-17
resolves #574 add -r and -I flags to asciidoctor command
Dan Allen
2014-02-05
refactor unit tests so they work in RubyMine
Charles Moulliard
2013-11-03
resolves #557 add flag to cli to suppress warnings
Dan Allen
2013-07-01
code revisions
Dan Allen
2013-06-30
resolves issue #227 by accepting multiple files as input in CLI interface
Alex Soto
2013-06-20
resolves #437 allow multiple template directories to be specified
Dan Allen
2013-06-20
resolves #406 add option to cli to specify template engine
Dan Allen
2013-05-23
resolves #328 support for inline rendering
Dan Allen
2013-05-15
Fixes #320
LightGuard
2013-05-13
Adding a missing test for #291
LightGuard
2013-02-02
change failure to warning when extra args detected
Dan Allen
2013-02-02
resolve issue #152 print message for failed arg
Dan Allen
2013-01-23
resolve issue #97, add support for name=value@ attribute syntax
Dan Allen
2013-01-22
enhance invoker, add tests, enforce security
Dan Allen