mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 11:26:16 -04:00
LibreOffice: use filter XHTML Writer File during import
ImportHandler: remove self-closing title element
This commit is contained in:
parent
d075daf166
commit
2d01f4cd8b
3 changed files with 11 additions and 4 deletions
|
@ -108,7 +108,7 @@ describe('getText', function(){
|
|||
setTimeout(function(){
|
||||
api.get(endPoint('getText')+"&padID="+testPadId)
|
||||
.expect(function(res){
|
||||
if(res.body.data.text.indexOf("RichardC. Hay" !== -1)){
|
||||
if(res.body.data.text.indexOf("RichardC. Hay") !== -1) {
|
||||
console.warn(res.body.data.text);
|
||||
throw new Error("Error with doc keeping spaces", res.body.data.text);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue