Пример #1
0
 public void SlotLinebreakBefore_OnATestSlot_DoesNotThrowException()
 {
     using (var seg = new PaduakDisposableTestSegment("hello world"))
     {
         IntPtr firstSlot = Graphite2Api.SegLastSlot(seg.Seg);
         Graphite2Api.SlotLinebreakBefore(firstSlot);
     }
 }