mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-20 20:07:57 +08:00
make external nodes different to document nodes and finish reimplementation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
namespace UglyToad.PdfPig.Tests.Integration
|
||||
{
|
||||
using System.Linq;
|
||||
using Xunit;
|
||||
|
||||
public class PigReproductionPowerpointTests
|
||||
@@ -48,6 +49,8 @@
|
||||
{
|
||||
var foundBookmarks = document.TryGetBookmarks(out var bookmarks);
|
||||
Assert.True(foundBookmarks);
|
||||
Assert.Equal(35, bookmarks.Roots.Count);
|
||||
Assert.Equal(35, bookmarks.GetNodes().Count());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user