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
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