From 69bf3fb4d2017639d5b0b01c1a5ba6e2dd31274f Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 26 Jun 2015 20:30:25 +0200 Subject: More test cases --- ber/string_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ber/string_test.go b/ber/string_test.go index 72c3a2a..c783918 100644 --- a/ber/string_test.go +++ b/ber/string_test.go @@ -19,4 +19,5 @@ func testString(t *testing.T, s string, e []byte) { func TestString(t *testing.T) { testString(t, "111", []byte{0x31, 0x31, 0x31}) + testString(t, "0A16", []byte{0x30, 0x41, 0x31, 0x36}) } -- cgit v1.2.3