Bugfix/improve code coverage (#4)

* Improved coverage

* Finished
This commit is contained in:
0xJ1M
2023-09-11 21:48:27 +01:00
committed by GitHub
parent c6b21dcf28
commit 461a60ff77
6 changed files with 296 additions and 45 deletions

View File

@@ -8,6 +8,7 @@ namespace EngineTests
[TestClass]
public class ParserTests
{
/// <summary>
/// Test the Parser on a basic List of tokens
/// </summary>