mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-16 17:00:06 +00:00

* test/lisp/net/shr-tests.el (ert, ert-x): Require. (shr-tests--datadir): Remove variable. (shr-test, rendering): Use ert-resource-directory. * test/lisp/net/shr-resources/*: Move from test/data/shr/.
29 lines
368 B
HTML
29 lines
368 B
HTML
<ol>
|
|
<li>one</li>
|
|
<li>two</li>
|
|
<li>three</li>
|
|
</ol>
|
|
|
|
<ol start="10">
|
|
<li>ten</li>
|
|
<li>eleven</li>
|
|
<li>twelve</li>
|
|
</ol>
|
|
|
|
<ol start="0">
|
|
<li>zero</li>
|
|
<li>one</li>
|
|
<li>two</li>
|
|
</ol>
|
|
|
|
<ol start="-5">
|
|
<li>minus five</li>
|
|
<li>minus four</li>
|
|
<li>minus three</li>
|
|
</ol>
|
|
|
|
<ol start="notanumber">
|
|
<li>one</li>
|
|
<li>two</li>
|
|
<li>three</li>
|
|
</ol>
|