more info on whats broken

import-export-improvements
John McLear 2015-01-19 02:38:29 +00:00
parent 5733ffa5ef
commit c281609f45
1 changed files with 12 additions and 0 deletions

View File

@ -319,6 +319,18 @@ describe('getHTML', function(){
// </ul> // </ul>
// 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
// <ul class="bullet">
// <li>one</li>
// <li>2</li>
// </ul>
// <br>
// <ul class="bullet">
// NOTE THIS IS WHAT'S MISSING
// <li>UL2</li>
// </ul>
// <br>
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=test") api.get(endPoint('getHTML')+"&padID=test")
.expect(function(res){ .expect(function(res){