continue searching for xref tokens even if an %%eof is encountered #38

This commit is contained in:
Eliot Jones
2019-07-06 14:26:38 +01:00
parent c495065178
commit 0dfe742770
3 changed files with 2 additions and 27 deletions

View File

@@ -3,10 +3,8 @@ namespace UglyToad.PdfPig.Tests.Integration
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading;
using Content;
using Xunit;