From b3da0e4487321c437a63d3ea1a570cbb51b1c360 Mon Sep 17 00:00:00 2001 From: Guan Inf <2307786059@qq.com> Date: Tue, 3 Jun 2025 20:22:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95=E5=A4=8D?= =?UTF-8?q?=E6=9D=82=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unit/scanner_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/scanner_test.cpp b/unit/scanner_test.cpp index bd52d13..e9918d8 100644 --- a/unit/scanner_test.cpp +++ b/unit/scanner_test.cpp @@ -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";