File: issue1186.html

package info (click to toggle)
qutebrowser 3.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,432 kB
  • sloc: python: 72,411; javascript: 31,862; sh: 874; xml: 149; makefile: 52
file content (35 lines) | stat: -rw-r--r-- 1,221 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Issue 1186</title>
    </head>
    <body>
        <p>
        This page contains 10 hints to test backspace handling, see #1186.
        </p>

        <p>
        This requires setting hints -&gt; mode to number.
        </p>

        <p>
        When pressing f, x, 0, Backspace, only hints starting with x should be
        shown.
        </p>
        <ul>
            <li><a href="/data/numbers/1.txt">x one</a></li>
            <li><a href="/data/numbers/2.txt">x two</a></li>
            <li><a href="/data/numbers/3.txt">x three</a></li>
            <li><a href="/data/numbers/4.txt">x four</a></li>
            <li><a href="/data/numbers/5.txt">x five</a></li>
            <li><a href="/data/numbers/6.txt">x six</a></li>
            <li><a href="/data/numbers/7.txt">x seven</a></li>
            <li><a href="/data/numbers/8.txt">x eight</a></li>
            <li><a href="/data/numbers/9.txt">x nine</a></li>
            <li><a href="/data/numbers/10.txt">x ten</a></li>
            <li><a href="/data/numbers/11.txt">x eleven</a></li>
            <li><a href="/data/numbers/12.txt">twelve</a></li>
        </ul>
    </body>
</html>