Skip to content

Commit

Permalink
[meta string][Go] gofmt code
Browse files Browse the repository at this point in the history
  • Loading branch information
qingoba committed Apr 27, 2024
1 parent c89d7e7 commit 9d02d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/fury/meta/meta_string_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ func TestEncodeAndDecodeMetaString(t *testing.T) {
"HelloWorld__123.2024": 6,
"MediaContent": 5,
"Apple_banana": 5,
"你好,世界": 0, // not used
"你好,世界": 0, // not used
}
str2encoding := map[string]Encoding{
"abc_def": LOWER_SPECIAL,
"org.apache.fury.benchmark.data": LOWER_SPECIAL,
"MediaContent": ALL_TO_LOWER_SPECIAL,
"HelloWorld__123.2024": LOWER_UPPER_DIGIT_SPECIAL,
"Apple_banana": FIRST_TO_LOWER_SPECIAL,
"你好,世界": UTF_8,
"你好,世界": UTF_8,
}
encoder := NewEncoder('.', '_')
decoder := NewDecoder('.', '_')
Expand Down

0 comments on commit 9d02d18

Please sign in to comment.