summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-12-16don't collapse space in multi-line attribute valuesDan Allen
2012-12-16chomp last endline in blocks, preserve endlines in fixtures for testsDan Allen
2012-12-16trim endline from two-line header delimiter length comparison, add testsDan Allen
2012-12-16remove misplaced :quote in content switch, fix testDan Allen
2012-12-15Integrate upstream changesDan Allen
2012-12-15mark the failing test as pending since it ain't impl yetDan Allen
2012-12-15Integrate upstream changesDan Allen
2012-12-15trim indentation on literal created from indentationDan Allen
2012-12-15Merge remote-tracking branch 'mojavelinux/issue-2-sidebar' into mojaveRyan Waldron
2012-12-15Fix a test; eliminate a bit of extra whitespaceRyan Waldron
2012-12-15more tests for admonitionsDan Allen
2012-12-15relocate attribute processor methods to lexer, add testsDan Allen
2012-12-15several block-level attribute testsDan Allen
2012-12-15tests for quote & verse, update respective templatesDan Allen
2012-12-15add constants & tests for list continuationsDan Allen
2012-12-14use templates for list items, improve dlistsDan Allen
2012-12-13resolves issue #2 - sidebar content not processedDan Allen
2012-12-13make header/footer optional, set intrinsic attributesDan Allen
2012-12-13use idprefix attribute as section_id prefix, if specifiedDan Allen
2012-12-13use term attributes instead of defines as in AsciiDocDan Allen
2012-12-13cover additional heading syntax variantsDan Allen
2012-12-13add handling of preamble contentDan Allen
2012-12-12put nested list inside current list item, per specDan Allen
2012-12-12allow indexed selection of matched nodes syntaxDan Allen
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