mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-02-13 02:05:39 +08:00
源站可以设置名称、描述、是否启用
This commit is contained in:
@@ -7,4 +7,9 @@ func TestUnicodeDecodeFilter_Do(t *testing.T) {
|
||||
t.Log(filter.Do(`"\u5947\u5c4f`, nil))
|
||||
t.Log(filter.Do(`"Hello`, nil))
|
||||
t.Log(filter.Do(`真实的存在`, nil))
|
||||
|
||||
t.Logf("%x", "/dashboard")
|
||||
t.Log(filter.Do("\x2f\x64\x61\x73\x68\x62\x6f\x61\x72\x64", nil))
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user