qutebrowser/tests/end2end/data/search.html
Jay Kamat 76dbfa7305
Allow searching for double semicolons
Possibly breaks scripts using :search with ;; to split commands. A
workaround is to put the :search command at the end.
2018-04-05 17:20:50 -04:00

25 lines
536 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Searching text on the page</title>
</head>
<body>
<p>
foo<br/>
Foo<br/>
Bar<br/>
bar<br/>
blüb<br/>
baz<br/>
Baz<br/>
BAZ<br/>
space travel<br/>
/slash<br/>
-r reversed<br/>
;; semicolons<br/>
<a class="toselect" href="hello.txt">follow me!</a><br/>
</p>
</body>
</html>