{
"options": {
},
"tests": [
"Lorem ipsum dolor sit amet.",
"Lorem ipsum dolor.sit amet.",
"Lorem ipsum dolor@sit amet",
"Lorem ipsum 8.15am dolor 4.30pm.",
"example(at)example.com",
"Lorem@ipsum",
"Lorem@ipsum.",
"Lorem:ipsum",
"Lorem/ipsum",
"Lorem://ipsum",
"Lorem://ipsum/dolor",
"<head>www.example.com</head>",
"<a href=\"http://www.example.com/\">www.example.com</a>",
"<a \\n href=\"http://www.example.com/\">www.example.com</a>",
"<a href=\" http://www.example.com/\">www.example.com</a>",
"<a href='http://www.example.com/'>www.example.com</a>",
"<a href=\"mailto: [email protected]\"> [email protected]</a>",
"<a href=\"http://www.example.com/\" title=\"Link to www.example.com\">www.example.com</a>",
"<a href=\"http://www.example.com/\">lorem <em>www.example.com</em> ipsum</a>",
"<a href=\"mailto: [email protected]\">lorem <em> [email protected]</em> ipsum</a>",
"<script>document.write(\"www.example.com\");</script>",
"<script src=\"http://www.example.com/javascript.js\"></script>",
"<script src=\"//www.example.com/javascript.js\"></script>",
"<style>a[href=\"http://www.example.com/\"]</style>",
"<img src=\"http://www.example.com/image.png\" alt=\"Image from www.example.com\" />",
"<code>www.example.com</code>",
"<pre>www.example.com</pre>",
"<!-- www.example.com -->",
"<!--www.example.com-->",
"<!-- Lorem www.example.com ipsum -->",
"<!-- [email protected] -->",
"< [email protected]>",
"<!-- Lorem [email protected] ipsum -->",
"<!-- Lorem www.example.com ipsum\\ [email protected] -->",
"<select><option>www.example.com</option></select>",
"<textarea>www.example.com</textarea>",
"<button>www.example.com</button>"
]
}
|