mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Fix unit test... perhaps
This commit is contained in:
parent
9c01aeab20
commit
18cc9eece2
@ -33,7 +33,7 @@ namespace Test.Logic.SubtitleFormats
|
||||
{
|
||||
var target = new Ebu();
|
||||
var subtitle = new Subtitle();
|
||||
var subText = "Gimme <font color=\"Red\">the</font> gun, <font color=\"Red\">Henry</font>.";
|
||||
var subText = "Gimme <font color=\"Red\">the</font> gun, <font color=\"Red\">Henry.</font>";
|
||||
subtitle.Paragraphs.Add(new Paragraph(subText, 0, 999));
|
||||
var ms = new MemoryStream();
|
||||
Ebu.EbuUiHelper = new UiEbuSaveHelper();
|
||||
|
Loading…
Reference in New Issue
Block a user