Make sure all files that should be present are present.
This commit is contained in:
10
test/html/link-in-quotes.html
Normal file
10
test/html/link-in-quotes.html
Normal file
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
</head>
|
||||
<body>
|
||||
<div>line 1</div>
|
||||
<p>"<a href="foo">line 2</a>".</p>
|
||||
<div>line 3</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user