diff options
| author | liuxueli <[email protected]> | 2020-11-18 21:46:40 +0600 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2020-11-18 21:46:40 +0600 |
| commit | 72ac4f1a1193b45564d6065bec3dfbb5bc9abe81 (patch) | |
| tree | 9de236d88d1b4fcde1ca92d893e0a4b27382d676 /test/fs2_test.cpp | |
| parent | 6b5f3c75441f20b3f24708fc92350ac87c00223f (diff) | |
转义/\-,;%$*特殊字符v2.9.10
Diffstat (limited to 'test/fs2_test.cpp')
| -rw-r--r-- | test/fs2_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fs2_test.cpp b/test/fs2_test.cpp index d9eaf87..40f74f1 100644 --- a/test/fs2_test.cpp +++ b/test/fs2_test.cpp @@ -65,7 +65,7 @@ int main(int argc,char* argv[]) int runtime_status_ids[TEST_RUNTIME_REG_NUM]; for(i=0;i<TEST_STATUS_NUM;i++) { - snprintf(buff,sizeof(buff),"(status_%02d)",i); + snprintf(buff,sizeof(buff),"(status_%02d)/\\-,;%%$*",i); status_ids[i]=FS_register(handle, FS_STYLE_STATUS, FS_CALC_CURRENT,buff); } for(i=0;i<TEST_FIELD_NUM;i++) |
