增加测试复杂性
This commit is contained in:
parent
625148dbbe
commit
b3da0e4487
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user