#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;
using Exceptions;
using JetBrains.Annotations;
using Tokenization.Tokens;
using Tokens;
internal static class DictionaryTokenExtensions
{