Browse Source

fix typo error

master
Patrick Peng Sun 9 years ago
parent
commit
20bad39eb5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      encrypt_test.go

+ 2
- 2
encrypt_test.go View File

"testing" "testing"
) )


func TestEncodingMesage(t *testing.T) {
func TestEncodingMessage(t *testing.T) {
SetupConfig() SetupConfig()


//明文: //明文:
</xml>` </xml>`


e := Encode(msg) e := Encode(msg)
t.Log(e)
//t.Log(e)
d := Decode(e) d := Decode(e)


if d != msg { if d != msg {

Loading…
Cancel
Save