more info on whats broken
parent
5733ffa5ef
commit
c281609f45
|
@ -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){
|
||||||
|
|
Loading…
Reference in New Issue