mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
more info on whats broken
This commit is contained in:
parent
5733ffa5ef
commit
c281609f45
1 changed files with 12 additions and 0 deletions
|
@ -319,6 +319,18 @@ describe('getHTML', function(){
|
|||
// </ul>
|
||||
// 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) {
|
||||
api.get(endPoint('getHTML')+"&padID=test")
|
||||
.expect(function(res){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue