mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-02-10 12:14:47 -05:00
Add project files.
This commit is contained in:
parent
52916f53b9
commit
2d6a9bb1d2
11 changed files with 863 additions and 0 deletions
17
CSTNet.Tests/UnitTest1.cs
Normal file
17
CSTNet.Tests/UnitTest1.cs
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// This project is licensed under the MIT license.
|
||||
using Xunit;
|
||||
|
||||
namespace CSTNet.Tests
|
||||
{
|
||||
//
|
||||
public class UnitTest1
|
||||
{
|
||||
[Fact]
|
||||
public void Test1()
|
||||
{
|
||||
/*var file = File.ReadAllText("example.cst");
|
||||
var example = CaretSeparatedText.Parse(file, 1);
|
||||
Console.WriteLine(example);*/
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue