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
/
test_helper.rb
Age
Commit message (
Expand
)
Author
2023-04-16
upgrade JRuby in CI workflow
Dan Allen
2023-04-08
resolves #4429 add support for Haml 6 to template converter (PR #4431)
Dan Allen
2022-10-24
remove more outdated workarounds in test suite for JRuby
Dan Allen
2022-10-18
remove workarounds for JRuby 9.1 in test suite
Dan Allen
2021-12-29
enhance using_test_webserver to track requests and pass host and thread to ca...
Dan Allen
2021-12-27
resolves #4227 fix open-uri-cached integration on Ruby 3.1 (PR #4228)
Dan Allen
2021-12-27
add tests for open-uri/cached integration that is activated by the cache-uri ...
Dan Allen
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-05-29
simplify parse_header_metadata helper to a single return value
Dan Allen
2021-05-28
replace reduce with each_with_object in test suite [skip ci]
Dan Allen
2021-05-28
remove redundant do on until loop in test suite [skip ci]
Dan Allen
2021-05-27
use negated match operator instead of negating a positive match in test suite
Dan Allen
2021-05-27
disable interpolation in test suite when not needed [skip ci]
Dan Allen
2021-05-27
fix spaces and indentation in test suite
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
2021-04-15
fix error in logic when modifying ENV for CI tests on JRuby
Dan Allen
2020-11-09
add if and unless conditions to tests to make filtering more readable (PR #3844)
Dan Allen
2020-11-03
use match? in test helpers
Dan Allen
2020-02-20
fix tests on JRuby 9.2.10.0
Dan Allen
2020-02-19
disable bundler in the pure CLI tests (PR #3577)
Dan Allen
2019-06-15
resolves #3336 fix how options are passed to the Rouge lexer (PR #3339)
Dan Allen
2019-04-04
resolves #3238 don't fail to load application if call to Dir.home fails (PR #...
Dan Allen
2019-04-02
document the popen workaround in the test suite for JRuby [skip ci]
Dan Allen
2019-04-01
use IO.popen with env argument in test suite (PR #3229)
Dan Allen
2019-03-29
use file read mode in test suite
Dan Allen
2019-03-22
define assert and refute include method in test suite
Dan Allen
2019-03-15
format test helper code
Dan Allen
2019-03-14
resolves #1444 rename header_footer option to standalone (PR #3146)
Dan Allen
2019-03-01
resovles #3092 log debug message instead of warning if block style is unknown...
Dan Allen
2019-02-14
document assertion workaround for nokogiri on JRuby [skip ci]
Dan Allen
2019-02-10
resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...
Dan Allen
2019-02-09
log possible invalid reference warnings at debug level
Dan Allen
2019-02-04
parse XML as document if string starts with XML directive
Dan Allen
2019-02-04
use do..end syntax for multiline blocks in test suite
Dan Allen
2019-02-03
require rouge eagerly to suppress warnings
Dan Allen
2019-01-23
resolves #2995 use methods on File class instead of IO class (PR #2999)
Dan Allen
2019-01-08
shut down the test webserver cleanly (PR #3001)
Dan Allen
2019-01-07
stop the TCPServer from whining about shutting down
Dan Allen
2019-01-06
use .adoc as AsciiDoc file extension in test suite
Dan Allen
2019-01-06
modernize UTF-8 encoding operations
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-10-27
clean up test that executes asciidoctor CLI
Dan Allen
2018-09-11
replace the use of render with convert in test suite
Dan Allen
2018-05-06
Allow the lib dir to be overridden for tests using an environment variable (P...
Joseph Herlant
2018-04-28
match tag directives in include files that have CRLF line endings (see #2369)
Dan Allen
2018-04-26
only validate xrefs if $VERBOSE is truthy
Dan Allen
[next]