add: Variable declaration tests.

This commit is contained in:
2024-08-17 11:37:41 +08:00
parent ed36546b30
commit eedbd5e7e5
3 changed files with 35 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
using CanonSharp.Combinator.Extensions;
using CanonSharp.Pascal.Scanner;
namespace CanonSharp.Tests.LexicalAnalyzerTests;
namespace CanonSharp.Tests.ReaderTests;
public class StringReadStateTests
{