even a > can be escaped " + "http://new.com?q=>&etc
\n", + + "http://fancy.com\n", + "\n", + + "This is a link\n", + "\n", + + "http://www.fancy.com/A_B.pdf\n", + "\n", + + "(http://www.fancy.com/A_B (\n", + "\n", + + "(http://www.fancy.com/A_B (part two: http://www.fancy.com/A_B)).\n", + "(http://www.fancy.com/A_B (part two: http://www.fancy.com/A_B)).
\n", + + "http://www.foo.comhttp://foo.com/viewtopic.php?f=18&t=297
\n", + + "http://foo.com/viewtopic.php?param="18"zz", + "\n", + + "http://foo.com/viewtopic.php?param="18"", + "\n", } doTestsInline(t, tests) }