Will combine sentences into paragraphs when exporting txt (#889)

This commit is contained in:
Raivis Dejus 2024-08-17 17:50:27 +03:00 committed by GitHub
commit 6fa9c8db06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 24 additions and 9 deletions

View file

@ -61,4 +61,4 @@ class TestExportTranscriptionMenu:
widget.actions()[0].trigger()
with open(output_file_path, encoding="utf-8") as output_file:
assert "Bien\nvenue dans" in output_file.read()
assert "Bien venue dans" in output_file.read()