tests/unittest/links.md in maruku-0.5.9 vs tests/unittest/links.md in maruku-0.6.0

- old
+ new

@@ -22,11 +22,13 @@ Search on <http://www.gogole.com> or <http://Here.com> or ask <mailto:bill@google.com> or you might ask bill@google.com. If all else fails, ask [Google](http://www.google.com) - + +And now [reference-style link ID with spaces] [Google Images] + [google]: http://www.google.com [google2]: http://www.google.com 'Single quotes' [google3]: http://www.google.com "Double quotes" @@ -65,10 +67,14 @@ ]), md_par([ "If all else fails, ask ", md_im_link(["Google"], "http://www.google.com", nil) ]), + md_par([ + "And now ", + md_link(["reference-style link ID with spaces"],"google_images") + ]), md_ref_def("google", "http://www.google.com", {:title=>nil}), md_ref_def("google2", "http://www.google.com", {:title=>"Single quotes"}), md_ref_def("google3", "http://www.google.com", {:title=>"Double quotes"}), md_ref_def("google4", "http://www.google.com", {:title=>"Parenthesis"}), md_ref_def("google_search", "http://www.google.com", {:title=>"Google search"}), @@ -92,10 +98,12 @@ <p>Inline with title: <a href='http://google.com' title='Title'>Google images</a></p> <p>Search on <a href='http://www.gogole.com'>http://www.gogole.com</a> or <a href='http://Here.com'>http://Here.com</a> or ask <a href='mailto:bill@google.com'>&#098;&#105;&#108;&#108;&#064;&#103;&#111;&#111;&#103;&#108;&#101;&#046;&#099;&#111;&#109;</a> or you might ask bill@google.com.</p> <p>If all else fails, ask <a href='http://www.google.com'>Google</a></p> + +<p>And now <a href='http://images.google.com' title='Google images'>reference-style link ID with spaces</a></p> *** Output of to_latex *** Search on \href{http://www.google.com}{Google} Search on \href{http://www.google.com}{Google} @@ -112,10 +120,12 @@ Inline with title: \href{http://google.com}{Google images} Search on \href{http://www.gogole.com}{http\char58\char47\char47www\char46gogole\char46com} or \href{http://Here.com}{http\char58\char47\char47Here\char46com} or ask \href{mailto:bill@google.com}{bill\char64google\char46com} or you might ask bill@google.com. If all else fails, ask \href{http://www.google.com}{Google} + +And now \href{http://images.google.com}{reference-style link ID with spaces} *** Output of to_md *** Search on Google Search on Google @@ -133,65 +143,22 @@ Search on or or ask or you might ask bill@google.com. If all else fails, ask Google + +And now +reference-style link ID with spaces *** Output of to_s *** -Search on GoogleSearch on GoogleSearch on GoogleSearch on GoogleSearch on Google imagesInline: Google imagesInline with title: Google imagesInline with title: Google imagesSearch on or or ask or you might ask bill@google.com.If all else fails, ask Google +Search on GoogleSearch on GoogleSearch on GoogleSearch on GoogleSearch on Google imagesInline: Google imagesInline with title: Google imagesInline with title: Google imagesSearch on or or ask or you might ask bill@google.com.If all else fails, ask GoogleAnd now reference-style link ID with spaces *** EOF *** OK! *** Output of Markdown.pl *** -<p>Search on <a href="http://www.google.com">Google</a></p> - -<p>Search on <a href="http://www.google.com">Google</a></p> - -<p>Search on <a href="http://www.google.com">Google</a></p> - -<p>Search on <a href="http://www.google.com">Google</a></p> - -<p>Search on <a href="http://images.google.com" title="Google images">Google images</a></p> - -<p>Inline: <a href="http://google.com">Google images</a></p> - -<p>Inline with title: <a href="http://google.com" title="Title">Google images</a></p> - -<p>Inline with title: <a href="http://google.com "Title"">Google images</a></p> - -<p>Search on <a href="http://www.gogole.com">http://www.gogole.com</a> or <a href="http://Here.com">http://Here.com</a> or ask <a href="&#x6D;&#x61;i&#x6C;&#116;&#111;:&#98;&#105;&#108;&#x6C;&#64;&#x67;&#111;o&#103;&#108;&#101;&#46;&#x63;&#x6F;m">&#98;&#105;&#108;&#x6C;&#64;&#x67;&#111;o&#103;&#108;&#101;&#46;&#x63;&#x6F;m</a> -or you might ask bill@google.com.</p> - -<p>If all else fails, ask <a href="http://www.google.com">Google</a></p> - -<p>[google2]: http://www.google.com 'Single quotes'</p> - +(not used anymore) *** Output of Markdown.pl (parsed) *** -Error: #<REXML::ParseException: #<REXML::ParseException: Missing end tag for 'p' (got "div") -Line: -Position: -Last 80 unconsumed characters: -> -/Volumes/Alter/Ruby/local186/lib/ruby/1.8/rexml/parsers/baseparser.rb:320:in `pull' -/Volumes/Alter/Ruby/local186/lib/ruby/1.8/rexml/parsers/treeparser.rb:21:in `parse' -/Volumes/Alter/Ruby/local186/lib/ruby/1.8/rexml/document.rb:190:in `build' -/Volumes/Alter/Ruby/local186/lib/ruby/1.8/rexml/document.rb:45:in `initialize' -bin/marutest:199:in `new' -bin/marutest:199:in `run_test' -bin/marutest:262:in `marutest' -bin/marutest:259:in `each' -bin/marutest:259:in `marutest' -bin/marutest:334 -... -Missing end tag for 'p' (got "div") -Line: -Position: -Last 80 unconsumed characters: - -Line: -Position: -Last 80 unconsumed characters: -> +(not used anymore) \ No newline at end of file