mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
Will combine sentences into paragraphs when exporting txt (#889)
This commit is contained in:
parent
717f855288
commit
6fa9c8db06
5 changed files with 24 additions and 9 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue