summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-12-11Fix mocha deprecationRyan Waldron
2012-12-11restore escaped single quote after processing emphasisDan Allen
2012-12-11sub special chars before intrinsics; add additional intrinsicsDan Allen
2012-12-11recognize and exclude block commentsDan Allen
2012-12-11do more sanitizing of section idsDan Allen
2012-12-11don't leave link: on absolute url w/ link: prefixDan Allen
2012-12-11fix duplication of block at end of sectionDan Allen
2012-12-11allow quoted text to be at start or end of lineDan Allen
2012-12-11horizontal ruler only needs to be three quotesDan Allen
2012-07-31Don't use nasty .send crap now.Ryan Waldron
2012-07-31Deref references through parent.document. Shut up, Demeter. I mean it, shut u...Ryan Waldron
2012-07-30Extract Reader class from DocumentRyan Waldron
2012-07-27Clean up some text test names to match what Asciidoc calls themRyan Waldron
2012-07-24Break out html attribute substitution; this whole processing order needs to b...Ryan Waldron
2012-07-24Add test for deleting non-existing attribute; test all the intrinsic attributesRyan Waldron
2012-07-24Add attr deletion and test for sameRyan Waldron
2012-07-24The newline is fine; just test that the phrase from the line to be dropped is...Ryan Waldron
2012-07-24Use helper methodRyan Waldron
2012-07-20Working on getting attribute substitution working, including dropping lines w...Ryan Waldron
2012-07-19Move substition tests into attribute_test.rbRyan Waldron
2012-07-19I want me some pending testsRyan Waldron
2012-07-19Sanitize attribute namesRyan Waldron
2012-07-16Fix docs for params and pass an array, not a string, in broken testRyan Waldron
2012-06-21Shorten test input to remove irrelevant headingRyan Waldron
2012-06-20Add a little more control with debut output in testsRyan Waldron
2012-06-18Add tests for intrinsics and unknown substitionsRyan Waldron
2012-06-18Add basic test for substitutionsRyan Waldron
2012-06-15Add test for tricksy backtick-escaped textRyan Waldron
2012-06-14Fix doc_test_with_no_title to expect nilRyan Waldron
2012-06-14Rename basic Document test; add test for document with no titleRyan Waldron
2012-06-14Rename waldo to asciidoctor (thanks Nick)Ryan Waldron
2012-06-13Add emphasized quotes and 'unquoted' quotesRyan Waldron
2012-06-13Fix a few test snafu's and implement more of the text formattingJeremy McAnally
2012-06-13Add :listing blocks as well as the weird [source, ruby] kind of listing block...Ryan Waldron
2012-06-13Merge branch 'master' of github.com:erebor/waldoRyan Waldron
2012-06-13Take out unneeded crutch for rendering Asciidoc stringsRyan Waldron
2012-06-13Fix xpath syntax typosRyan Waldron
2012-06-13Add attribution for context stuffJeremy McAnally
2012-06-13Change out context stuff for something that works properly...Jeremy McAnally
2012-06-13Really fix name clashes. Ew.Jeremy McAnally
2012-06-13Merge branch 'master' of github.com:erebor/waldoJeremy McAnally
2012-06-13Fix name clashesJeremy McAnally
2012-06-13Fix test for NOTE elementsRyan Waldron
2012-06-13Get rid of @root accessor expecting a single Section in Document and keep Doc...Ryan Waldron
2012-06-13Small corrections and cleanups mostly to commentsRyan Waldron
2012-06-13Add text tests (fail now due to header issue)Jeremy McAnally
2012-06-13Added nested list element testsRyan Waldron
2012-06-13Merge branch 'master' of github.com:erebor/waldoRyan Waldron
2012-06-13Add debug suppression to various debug output so tests can be quietRyan Waldron
2012-06-13Update paragraph testsJeremy McAnally