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
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
2012-07-27
Clean up some text test names to match what Asciidoc calls them
Ryan Waldron
2012-06-18
Add tests for intrinsics and unknown substitions
Ryan Waldron
2012-06-15
Add test for tricksy backtick-escaped text
Ryan Waldron
2012-06-13
Add emphasized quotes and 'unquoted' quotes
Ryan Waldron
2012-06-13
Fix a few test snafu's and implement more of the text formatting
Jeremy McAnally
2012-06-13
Add text tests (fail now due to header issue)
Jeremy McAnally