mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
nearly there...
This commit is contained in:
parent
7958f3b723
commit
3463b16d1a
1 changed files with 8 additions and 5 deletions
|
@ -433,16 +433,19 @@ describe('getHTML', function(){
|
||||||
// It will look right in the browser but the export will get it horriby wrong
|
// It will look right in the browser but the export will get it horriby wrong
|
||||||
|
|
||||||
// This is what the export puts out
|
// This is what the export puts out
|
||||||
|
// <!DOCTYPE HTML><html><body>
|
||||||
// <ul class="bullet">
|
// <ul class="bullet">
|
||||||
// <li>one</li>
|
// <li>one</li>
|
||||||
// <li>2</li>
|
// <li>2</li>
|
||||||
// </ul>
|
// </ul>
|
||||||
// <br>
|
// <br>
|
||||||
|
// <ul>
|
||||||
// <ul class="bullet">
|
// <ul class="bullet">
|
||||||
// NOTE THIS IS WHAT'S MISSING
|
|
||||||
// <li>UL2</li>
|
// <li>UL2</li>
|
||||||
// </ul>
|
// </ul>
|
||||||
|
// </ul>
|
||||||
// <br>
|
// <br>
|
||||||
|
// </body></html>
|
||||||
|
|
||||||
it('Gets the HTML of a Pad with a bunch of weird unordered lists inserted', function(done) {
|
it('Gets the HTML of a Pad with a bunch of weird unordered lists inserted', function(done) {
|
||||||
api.get(endPoint('getHTML')+"&padID="+testPadId)
|
api.get(endPoint('getHTML')+"&padID="+testPadId)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue