mirror of
https://github.com/nabbar/golib.git
synced 2026-04-22 15:07:19 +08:00
Package Encoding:
- FIX format (gofmt) for testing file
This commit is contained in:
@@ -241,8 +241,8 @@ var _ = Describe("Hexadecimal Encoding and Decoding", func() {
|
||||
[]byte("Special chars: !@#$%^&*()"),
|
||||
[]byte("UTF-8: こんにちは世界"),
|
||||
[]byte("Emoji: 🔒🔐🔑"),
|
||||
[]byte{0x00, 0xFF, 0x7F, 0x80}, // Binary data
|
||||
make([]byte, 1000), // Large zeroed data
|
||||
{0x00, 0xFF, 0x7F, 0x80}, // Binary data
|
||||
make([]byte, 1000), // Large zeroed data
|
||||
}
|
||||
|
||||
for _, original := range testCases {
|
||||
|
||||
Reference in New Issue
Block a user