OSDN Git Service

libgo: Update to Go 1.0.1 release.
[pf3gnuchains/gcc-fork.git] / libgo / go / encoding / ascii85 / ascii85_test.go
index 70e67d8..42cf7e8 100644 (file)
@@ -28,6 +28,11 @@ var pairs = []testpair{
                        "l(DId<j@<?3r@:F%a+D58'ATD4$Bl@l3De:,-DJs`8ARoFb/0JMK@qB4^F!,R<AKZ&-DfTqBG%G\n" +
                        ">uD.RTpAKYo'+CT/5+Cei#DII?(E,9)oF*2M7/c\n",
        },
+       // Special case when shortening !!!!! to z.
+       {
+               "\000\000\000\000",
+               "z",
+       },
 }
 
 var bigtest = pairs[len(pairs)-1]