Browse Source

add test data

pull/9/head
Aaron Parecki 8 years ago
parent
commit
3b40a47aac
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      tests/data/source.example.com/multipletest

+ 20
- 0
tests/data/source.example.com/multipletest View File

@ -0,0 +1,20 @@
HTTP/1.1 200 OK
Server: Apache
Date: Wed, 09 Dec 2015 03:29:14 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
<html>
<head>
<title>Test</title>
</head>
<body class="h-entry">
<p class="e-content">This page has links to
<a href="http://target.example.com">target.example.com</a>
and <a href="http://target2.example.com">target2.example.com</a>
and should not send a mention to
<a href="http://target.example.org">target.example.org</a>
or <a href="/relativelink">this</a>.
</p>
</body>
</html>

Loading…
Cancel
Save