aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2021-02-13 16:26:30 +0000
committerbptato <nincsnevem662@gmail.com>2021-02-13 16:26:30 +0000
commit77ecf9b46b4b3ff7f1bafe3c0a914ba74527af47 (patch)
treecafb9dd5621eb34b4be674272710cef22a2827b8 /tests
parent<dl> test (diff)
downloadw3m-77ecf9b46b4b3ff7f1bafe3c0a914ba74527af47.tar.gz
w3m-77ecf9b46b4b3ff7f1bafe3c0a914ba74527af47.zip
Fix <dl compact>
Diffstat (limited to 'tests')
-rw-r--r--tests/dl.expected19
-rw-r--r--tests/dl.html24
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>