#10 move tokens to the root namespace for discoverability. upgrade xunit versions. there is a bug with test discovery for stringtokenizertests

This commit is contained in:
Eliot Jones
2018-11-16 20:00:12 +00:00
parent c72f3796e2
commit 0f68dfeb19
122 changed files with 134 additions and 133 deletions

View File

@@ -3,7 +3,7 @@
using System.Collections.Generic;
using PdfPig.ContentStream;
using PdfPig.Tokenization.Scanner;
using PdfPig.Tokenization.Tokens;
using PdfPig.Tokens;
internal class TestObjectLocationProvider : IObjectLocationProvider
{