mirror of
https://github.com/Smaug123/WoofWare.PrattParser
synced 2025-10-10 20:08:39 +00:00
Change namespace, and attest contents of NuGet package (#21)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace PrattParser.Test
|
||||
namespace WoofWare.PrattParser.Test
|
||||
|
||||
open ParseExample
|
||||
open NUnit.Framework
|
||||
|
@@ -1,7 +1,7 @@
|
||||
namespace PrattParser.Test
|
||||
namespace WoofWare.PrattParser.Test
|
||||
|
||||
open ParseExample
|
||||
open PrattParser
|
||||
open WoofWare.PrattParser
|
||||
open NUnit.Framework
|
||||
open FsUnitTyped
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
namespace PrattParser.Test
|
||||
namespace WoofWare.PrattParser.Test
|
||||
|
||||
open NUnit.Framework
|
||||
open PrattParser
|
||||
open WoofWare.PrattParser
|
||||
open ApiSurface
|
||||
|
||||
[<TestFixture>]
|
||||
|
Reference in New Issue
Block a user