public void Single() { Assert.IsTrue(rant.DoSerial(@"Hello world[yield]").Select(o => o.Main).SequenceEqual(new[] { "Hello world" })); }