diff -Naur redcloth/test/links.yml ../redcloth/test/links.yml --- redcloth/test/links.yml 2009-01-04 23:47:40.000000000 -0600 +++ ../redcloth/test/links.yml 2009-01-05 00:01:52.000000000 -0600 @@ -221,6 +221,22 @@ in: 'This is a regular link (but in parentheses: "Google":http://www.google.com)' html: '
This is a regular link (but in parentheses: Google)
' --- +name: links containing parentheses without brackets +in: 'This is a link to a "Wikipedia article about Textile":http://en.wikipedia.org/wiki/Textile_(markup_language)' +html: 'This is a link to a Wikipedia article about Textile
' +--- +name: links containing parentheses period at end without brackets +in: 'This is a link to a "Wikipedia article about Textile":http://en.wikipedia.org/wiki/Textile_(markup_language).' +html: 'This is a link to a Wikipedia article about Textile.
' +--- +name: broken links containing parentheses without brackets +in: 'This is a link to a "Wikipedia article about Textile":http://en.wikipedia.org/wiki/Textile_(markup_language' +html: 'This is a link to a Wikipedia article about Textile
' +--- +name: links containing parentheses without brackets inside a parenthesis +in: 'Textile is awesome! (Check out the "Wikipedia article about Textile":http://en.wikipedia.org/wiki/Textile_(markup_language))' +html: 'Textile is awesome! (Check out the Wikipedia article about Textile)
' +--- name: quotes and follow link in: 'Some "text" followed by a "link":http://redcloth.org.' html: 'Some “text” followed by a link.
'