diff --git a/autolink.yml b/autolink.yml index 73ff841..aa51875 100644 --- a/autolink.yml +++ b/autolink.yml @@ -143,17 +143,17 @@ tests: text: "いまなにしてるhttp://example.comいまなにしてる" expected: "いまなにしてるhttp://example.comいまなにしてる" - - description: "Autolink url surrounded by parentheses" + - description: "Autolink url surrounded by parentheses does not capture them" text: "text (http://example.com)" expected: "text (http://example.com)" - - description: "Autolink url with path surrounded by parentheses" + - description: "Autolink url with path surrounded by parentheses does not capture them" text: "text (http://example.com/test)" expected: "text (http://example.com/test)" - description: "Autolink url with embedded parentheses" - text: "text http://example.com/(session_id_here)/foo is an IIS thing" - expected: "text (http://example.com/(session_id_here)/foo)" + text: "text http://msdn.com/S(deadbeef)/page.htm" + expected: "text (http://msdn.com/S(deadbeef)/page.htm" - description: "Autolink url should NOT capture unbalanced parens" text: "Parenthetically bad http://example.com/i_has_a_) thing"