You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by fa...@apache.org on 2020/05/28 11:16:04 UTC

[dubbo-go-hessian2] branch master updated: refactor code

This is an automated email from the ASF dual-hosted git repository.

fangyc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b418c4  refactor code
     new 9ab1067  Merge pull request #194 from zonghaishang/refactor_code
9b418c4 is described below

commit 9b418c4e2700964f244e6b982855b4e89b45990d
Author: zonghaishang <yi...@apache.org>
AuthorDate: Thu May 28 12:53:11 2020 +0800

    refactor code
---
 string_test.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/string_test.go b/string_test.go
index 0531740..37071fd 100644
--- a/string_test.go
+++ b/string_test.go
@@ -176,7 +176,6 @@ func TestStringEmoji(t *testing.T) {
 	s0 := "emoji🤣"
 	s0 += ",max" + string(rune(0x10FFFF))
 
-	// todo 这里正确拿到hessian解码字节数组,但是构造string的时候,不是rune,emoji表情符号显示有点问题,修改assert???
 	testDecodeFramework(t, "customReplyStringEmoji", s0)
 	testJavaDecode(t, "customArgString_emoji", s0)
 }