From 7030a0cdbe0fc1a3983b0eceeadfeb236bf57434 Mon Sep 17 00:00:00 2001 From: zhengchao Date: Fri, 17 Jun 2016 17:42:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E4=B8=AD=E5=BE=85=E6=89=AB=E6=8F=8F=E7=9A=84=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E4=B8=B2=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/maat_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/maat_test.cpp b/test/maat_test.cpp index 8477dd8..3fb3cfe 100644 --- a/test/maat_test.cpp +++ b/test/maat_test.cpp @@ -110,7 +110,7 @@ int test_unescape_string_scan(Maat_feather_t feather,const char* table_name,scan int table_id=0; struct Maat_rule_t result[4]; int found_pos[4]; - const char* scan_data="Batman\\:Take me Home&Batman"; + const char* scan_data="Batman\\:Take me Home.Superman/:Fine,stay with me."; table_id=Maat_table_register(feather,table_name); if(table_id==-1) {