From 66c77bd193f6e7d74523d10f49b11f5a12f3322f Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 6 Oct 2015 21:03:30 +0200 Subject: Add some large int --- ber/ber_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ber/ber_test.go b/ber/ber_test.go index 94edbb0..690a8d5 100644 --- a/ber/ber_test.go +++ b/ber/ber_test.go @@ -35,6 +35,7 @@ var intTestData = map[int][]byte{ 8388607: {0x03, 0x7f, 0xff, 0xff}, -8388607: {0x03, 0x80, 0x00, 0x01}, -136: {0x02, 0xff, 0x78}, + 19988489: {0x04, 0x01, 0x31, 0x00, 0x09}, } func TestInt(t *testing.T) { -- cgit v1.2.3