diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/dl.expected | 19 | ||||
| -rw-r--r-- | tests/dl.html | 24 | 
2 files changed, 41 insertions, 2 deletions
| diff --git a/tests/dl.expected b/tests/dl.expected index f411a5e..4e828ea 100644 --- a/tests/dl.expected +++ b/tests/dl.expected @@ -5,9 +5,25 @@ WWW wo miru  Firefox  (linebreak) +FF  A free, open source, cross-platform, +    graphical web browser developed by the +    Mozilla Corporation and hundreds of +    volunteers. +    The Red Panda also known as the Lesser +    Panda, Wah, Bear Cat or Firefox, is a +    mostly herbivorous mammal, slightly larger +    than a domestic cat (60 cm long). + +Non-compact dl +w3m +WWW wo miru +    A pager with web browsing capabilities, +    maintained for Debian. + +Firefox +(linebreak)  FF -.      A free, open source, cross-platform,      graphical web browser developed by the      Mozilla Corporation and hundreds of @@ -16,3 +32,4 @@ FF      Panda, Wah, Bear Cat or Firefox, is a      mostly herbivorous mammal, slightly larger      than a domestic cat (60 cm long). + diff --git a/tests/dl.html b/tests/dl.html index c60e6e1..4824a8a 100644 --- a/tests/dl.html +++ b/tests/dl.html @@ -1,4 +1,27 @@ +<dl compact> +  <dt>w3m</dt> +  <dt>WWW wo miru</dt> +  <dd> +    A pager with web browsing capabilities,<br> +    maintained for Debian. +  </dd> +  <dt><br>Firefox<br>(linebreak)</dt><br> +  <dt>FF</dt> +  <dd> +    A free, open source, cross-platform,<br> +    graphical web browser developed by the<br> +    Mozilla Corporation and hundreds of<br> +    volunteers. +  </dd> +  <dd> +    The Red Panda also known as the Lesser<br> +    Panda, Wah, Bear Cat or Firefox, is a<br> +    mostly herbivorous mammal, slightly larger<br> +    than a domestic cat (60 cm long). +  </dd> +</dl>  <dl> +  Non-compact dl    <dt>w3m</dt>    <dt>WWW wo miru</dt>    <dd> @@ -7,7 +30,6 @@    </dd>    <dt><br>Firefox<br>(linebreak)</dt><br>    <dt>FF</dt> -  .    <dd>      A free, open source, cross-platform,<br>      graphical web browser developed by the<br> | 
