nearly there...

This commit is contained in:
John McLear 2015-01-19 03:04:23 +00:00
parent 7958f3b723
commit 3463b16d1a
1 changed files with 8 additions and 5 deletions

View File

@ -433,16 +433,19 @@ describe('getHTML', function(){
// It will look right in the browser but the export will get it horriby wrong
// This is what the export puts out
// <!DOCTYPE HTML><html><body>
// <ul class="bullet">
// <li>one</li>
// <li>2</li>
// <li>one</li>
// <li>2</li>
// </ul>
// <br>
// <ul class="bullet">
// NOTE THIS IS WHAT'S MISSING
// <li>UL2</li>
// <ul>
// <ul class="bullet">
// <li>UL2</li>
// </ul>
// </ul>
// <br>
// </body></html>
it('Gets the HTML of a Pad with a bunch of weird unordered lists inserted', function(done) {
api.get(endPoint('getHTML')+"&padID="+testPadId)