summaryrefslogtreecommitdiff
path: root/test/options_test.rb
AgeCommit message (Expand)Author
2023-04-15resolves #4425 don't split value of -r CLI option (PR #4432)Dan Allen
2022-09-10resolves #4351 force encoding of attribute data passed via CLI to UTF-8 if tr...Dan Allen
2022-01-11don't overqualify types in test suiteDan Allen
2021-11-01resolves #3868 add --log-level option to CLI to control log level (PR #4198)Dan Allen
2021-10-30allow --failure-level option to be set to default value, FATAL, and update de...Dan Allen
2021-08-28resolves #3569 add sourcemap option to the CLI (PR #3568)hackingotter
2021-07-31omit_parentheses where possible in test codeDan Allen
2021-06-05consistently use %w to create string arraysDan Allen
2021-05-31use appropriate assertions in test suiteDan Allen
2021-05-28remove extra empty lines and empty blocks in test suiteDan Allen
2021-05-27disable interpolation in test suite when not needed [skip ci]Dan Allen
2021-05-27use $: shorthand instead of $LOAD_PATH in test suiteDan Allen
2021-05-27remove or mark unused block arguments in test suite; fix missing logger asser...Dan Allen
2021-05-22resolves #4065 show safe modes in strictness order in CLI help (PR #4067)Dan Allen
2021-05-03use -e in CLI tests instead of -s; include tests that verify the legacy aliasDan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-02-23resolves #1573 add syntax help to CLIGuillaume Grossetie
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-09resolves #3030 separate the -v and -w CLI flagsDan Allen
2019-01-12resolves #2997 ignore attribute CLI option if value is empty or equal sign (P...Dan Allen
2019-01-06use .adoc as AsciiDoc file extension in test suiteDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2018-04-20resolves #2003 allow failure level to be specified using CLI option (PR #2674)Dan Allen
2018-04-13Allow tests to run outside of the gem context with the manpage help topic (#2...Joseph Herlant
2017-09-22use assert_kind_of in place of assert ... is_a? in test suiteDan Allen
2017-07-09resolves #2302 dump man page when help topic is manpage (PR #2303)Dan Allen
2014-12-20resolves #405 - add attribute to control which substitutions are performed on...Guillaume Grossetie
2014-11-22fix broken test on WindowsDan Allen
2014-09-18resolves #1097 accept safe mode value in lowercase in cli, add testDan Allen
2014-08-04follow-up to #574 support multiple values in single -r or -I flagDan Allen
2014-05-19resolves #909 - add -t flag to cli to control output of timing informationGuillaume Grossetie
2014-04-08tests: switch to minitestKen Dreyer
2014-02-17resolves #574 add -r and -I flags to asciidoctor commandDan Allen
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2013-11-03resolves #557 add flag to cli to suppress warningsDan Allen
2013-07-01code revisionsDan Allen
2013-06-30resolves issue #227 by accepting multiple files as input in CLI interfaceAlex Soto
2013-06-20resolves #437 allow multiple template directories to be specifiedDan Allen
2013-06-20resolves #406 add option to cli to specify template engineDan Allen
2013-05-23resolves #328 support for inline renderingDan Allen
2013-05-15Fixes #320LightGuard
2013-05-13Adding a missing test for #291LightGuard
2013-02-02change failure to warning when extra args detectedDan Allen
2013-02-02resolve issue #152 print message for failed argDan Allen
2013-01-23resolve issue #97, add support for name=value@ attribute syntaxDan Allen
2013-01-22enhance invoker, add tests, enforce securityDan Allen