'This is a "link":http://foo.bar'=>'This is a <a href="http://foo.bar" class="external">link</a>',
'This is an intern "link":/foo/bar'=>'This is an intern <a href="http://test.host/foo/bar">link</a>',
'This is an intern "link":/foo/bar and an extern "link":http://foo.bar'=>'This is an intern <a href="http://test.host/foo/bar">link</a> and an extern <a href="http://foo.bar" class="external">link</a>',
'This is a "link":http://foo.bar'=>'This is a <a href="http://foo.bar" class="external">link</a>',
'This is an intern "link":/foo/bar'=>'This is an intern <a href="http://localhost:3000/foo/bar">link</a>',
'This is an intern "link":/foo/bar and an extern "link":http://foo.bar'=>'This is an intern <a href="http://localhost:3000/foo/bar">link</a> and an extern <a href="http://foo.bar" class="external">link</a>',