Add a test about a href with spaces around

This commit is contained in:
Samuel Loury 2016-06-09 08:36:10 +02:00
parent 8369140b72
commit a69610077e

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<!-- target: hello.txt -->
<html>
<head>
<meta charset="utf-8">
<title>Simple link</title>
</head>
<body>
<a href="
/data/hello.txt">Follow me!</a>
</body>
</html>