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
/
text_test.rb
Age
Commit message (
Expand
)
Author
2021-07-31
use single quoted string or use %() for interpolated string in test suite
Dan Allen
2021-07-31
omit_parentheses where possible in test code
Dan Allen
2021-06-03
use single level of indentation for method calls that wrap [skip ci]
Dan Allen
2021-06-03
use comma after last entry in multi-line array [skip ci]
Dan Allen
2021-05-28
remove excess empty lines in test suite; use multiple lines for class definit...
Dan Allen
2021-05-25
use single-quoted strings where possible in test suite
Dan Allen
2021-04-30
leave empty line after magic comment [skip ci]
Dan Allen
2019-03-29
use file read mode in test suite
Dan Allen
2019-03-14
resolves #1444 rename header_footer option to standalone (PR #3146)
Dan Allen
2019-02-10
resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...
Dan Allen
2019-02-05
resolves #3005 remove the converter for the docbook45 backend (PR #3040)
Dan Allen
2019-02-02
use indented heredoc in text_test
Dan Allen
2019-01-06
use .adoc as AsciiDoc file extension in test suite
Dan Allen
2019-01-06
switch to modern hash syntax
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-09-11
replace the use of render with convert in test suite
Dan Allen
2018-04-09
delegate to test helper method to resolve test directory and fixture paths
Dan Allen
2018-04-08
purge render method from test suite (except to verify alias)
Dan Allen
2017-07-22
remove unnecessary nil_or_empty? checks in Substitutor; add missing test
Dan Allen
2017-05-28
rename test helper method expand_entity to decode_char
Dan Allen
2017-04-28
allow normalize option to be set on PreprocessorReader; change default to false
Dan Allen
2017-03-05
fix invalid grammar in test case
Dan Allen
2014-07-30
resolves #1046 use more concise curved quote syntax
Dan Allen
2014-07-29
replace smart quotes before monospace, be smarter about replacements
Dan Allen
2014-07-27
resolves #718 and #714 swap + and ` formatting chars
Dan Allen
2014-07-14
resolves #717 disable single quotes as formatting marks for emphasized text
Dan Allen
2014-06-19
resolves #929 only include xmlns in docbook45 backend if xmlns attribute is s...
Dan Allen
2014-04-08
tests: switch to minitest
Ken Dreyer
2014-02-16
resolves #554 switch default docbook backend to docbook5
brian m. carlson
2014-02-16
call each thing by its right name
Dan Allen
2014-02-05
refactor unit tests so they work in RubyMine
Charles Moulliard
2013-12-01
add tests for formatting select Asian characters
Dan Allen
2013-08-28
rework #455 to pass Markdown horizontal rule tests
Dan Allen
2013-08-21
resolves #575, #572 and #581 refactor reader to track include stack
Dan Allen
2013-08-13
add xmlns to root element in docbook45 backend
Dan Allen
2013-06-27
resolves #455 add Markdown-style horizontal rules (w/ restriction)
Dan Allen
2013-05-01
resolves #308 set proper encoding on input data
Dan Allen
2013-04-20
resolves #260 use code element instead of tt
Dan Allen
2013-01-30
resolves issue #144 - encoding issue w/ utf-8
Dan Allen
2013-01-03
fix warnings
Dan Allen
2013-01-03
remove string monkeypatching, process template class in renderer
Dan Allen
2013-01-03
Add DocBook backend templates + loads of improvements
Dan Allen
2012-12-31
overhaul of inline text parsing & substitutions
Dan Allen
2012-12-20
add wrapper for embedded doc (no header/footer) & encoding test
Dan Allen
2012-12-20
set encoding document template to utf8 and test it
Dan Allen
2012-12-13
make header/footer optional, set intrinsic attributes
Dan Allen
2012-12-11
restore escaped single quote after processing emphasis
Dan Allen
2012-12-11
allow quoted text to be at start or end of line
Dan Allen
2012-12-11
horizontal ruler only needs to be three quotes
Dan Allen
[next]