mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
refactor: obsolete SeStringManager, move into SeString
This commit is contained in:
parent
e5cad2edde
commit
ca201e1a14
8 changed files with 223 additions and 139 deletions
|
|
@ -9,11 +9,10 @@ namespace Dalamud.Test.Game.Text.SeStringHandling
|
|||
[Fact]
|
||||
public void TestNewLinePayload()
|
||||
{
|
||||
var manager = new SeStringManager();
|
||||
var newLinePayloadBytes = new byte[] {0x02, 0x10, 0x01, 0x03};
|
||||
|
||||
var seString = manager.Parse(newLinePayloadBytes);
|
||||
|
||||
|
||||
var seString = SeString.Parse(newLinePayloadBytes);
|
||||
|
||||
Assert.True(newLinePayloadBytes.SequenceEqual(seString.Encode()));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue