mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 19:29:15 -04:00
more tests, WIP
This commit is contained in:
parent
d1e9ea6e27
commit
97df9b9afc
45 changed files with 353 additions and 6 deletions
14
tests/backend/specs/api/importexport/nestedOrderedLi.html
Normal file
14
tests/backend/specs/api/importexport/nestedOrderedLi.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<body>
|
||||
<ol>
|
||||
<li>one</li>
|
||||
<li>
|
||||
<ol>
|
||||
<li>1.1</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>two</li>
|
||||
</ol>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue