64d4c9f83e
This renames tests/integration to tests/end2end and moves some files to tests/end2end/fixtures.
12 lines
270 B
HTML
12 lines
270 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Caret mode</title>
|
|
</head>
|
|
<body>
|
|
<p><a href="/data/hello.txt">one</a> two three<br/>eins zwei drei</p>
|
|
<p>four five six<br/>vier fünf sechs</p>
|
|
</body>
|
|
</html>
|