增加测试复杂性

This commit is contained in:
Guan Inf 2025-06-03 20:22:48 +08:00
parent 625148dbbe
commit b3da0e4487

View File

@ -9,7 +9,7 @@ using std::string,std::vector;
TEST_CASE("Scanner test Punct table") {
Tbs tables = {};
std::string src = "+=---";
std::string src = "+=---<<=>>>===--((([]--<<<>.";
Scanner scan(src, tables);
scan.scan();
std::cout<<"test\n";