daniellmb / markdownsharp

Automatically exported from code.google.com/p/markdownsharp
1 stars 0 forks source link

Links_inline_style failing test #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Adding a conditional, literal closing parenthesis (i.e. \)?) to the $3
capturing parens trivially fixes this issue, but doesn't actually work. 
Attached is a patch for a test that this "fix" fails.

Original issue reported on code.google.com by drewgstephens on 31 Dec 2009 at 4:04

Attachments:

GoogleCodeExporter commented 9 years ago
1) I think parens in URLs are correctly detected with the latest checkins. Get 
latest
and see...

2) We shouldn't modify mdtest-1.1 as it's not ours.. but we can come up with 
our own
tests as necessary

Original comment by wump...@gmail.com on 31 Dec 2009 at 7:25