[Zope-Checkins] CVS: Zope/lib/python/StructuredText/regressions - Links.ref:1.3 Links.stx:1.3
Andreas Jung
andreas@zope.com
Tue, 9 Oct 2001 08:57:02 -0400
Update of /cvs-repository/Zope/lib/python/StructuredText/regressions
In directory cvs.zope.org:/tmp/cvs-serv20080/regressions
Modified Files:
Links.ref Links.stx
Log Message:
Multiple links in a paragraph with mixed link notation
(quotation+colon+URL or quotation+comma+whitespace+URL) did not
work properly (thanks to Alastair Burt for reporting and submitting
the patch).
=== Zope/lib/python/StructuredText/regressions/Links.ref 1.2 => 1.3 ===
<li><p>please click <a href="http://www.zope.org:2001/%20/Members/zope?a=222&b=213&_xc=just%20a%20test">here</a> </p></li>
<li><p>please click <a href="http://www.zope.org:2001/%20/Members/zope?a=222&b=213&_xc=just%20a%20test">here</a> </p></li>
+<li><p>please click <a href="http://www.zope.org:2001/%20/Members/zope?a=222&b=213&_xc=just%20a%20test">here</a> </p></li>
</ul>
+<p> And now a paragraph with <a href="http://www.zope-rocks.org">Link 1</a> and
+ <a href="http://www.zope-is-kewl.com">Link 2</a> and <a href="http://www.freshmeat.net">one more link - yeah.</a></p>
</body>
</html>
=== Zope/lib/python/StructuredText/regressions/Links.stx 1.2 => 1.3 ===
- please click "here":http://www.zope.org:2001/%20/Members/zope?a=222&b=213&_xc=just%20a%20test
+ - please click "here", http://www.zope.org:2001/%20/Members/zope?a=222&b=213&_xc=just%20a%20test
+
+
+ And now a paragraph with "Link 1":http://www.zope-rocks.org and
+ "Link 2":http://www.zope-is-kewl.com and "one more link - yeah.":http://www.freshmeat.net
+