mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-08 22:52:27 +08:00
improve comment
This commit is contained in:
@@ -12,8 +12,8 @@ func TestQuery(t *testing.T) {
|
||||
"cat": "Peter",
|
||||
})
|
||||
if result == "" {
|
||||
// 由于hash是乱序 所以没法很好的预测输出的字符串
|
||||
// 将会输出符合Query规则的字符串 "age=12&name=Alan&cat=Peter"
|
||||
// 由于 hash 是乱序 所以没法很好的预测输出的字符串
|
||||
// 将会输出符合 Query 规则的字符串 "age=12&name=Alan&cat=Peter"
|
||||
t.Error("NOT PASS")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user