Add a test about a href with spaces around
This commit is contained in:
parent
8369140b72
commit
a69610077e
14
tests/end2end/data/hints/html/with_spaces.html
Normal file
14
tests/end2end/data/hints/html/with_spaces.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user