ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-BER-XS/t/02_simple.t
(Generate patch)

Comparing Convert-BER-XS/t/02_simple.t (file contents):
Revision 1.12 by root, Mon Apr 22 01:17:19 2019 UTC vs.
Revision 1.13 by root, Tue Apr 23 21:03:12 2019 UTC

129 ASN_ISO646_STRING, ASN_GENERAL_STRING, ASN_CHARACTER_STRING 129 ASN_ISO646_STRING, ASN_GENERAL_STRING, ASN_CHARACTER_STRING
130) { 130) {
131 roundtrip +(unpack "H*", pack "C C/a", $type, "234"), [ASN_UNIVERSAL, $type, 0, "234"]; 131 roundtrip +(unpack "H*", pack "C C/a", $type, "234"), [ASN_UNIVERSAL, $type, 0, "234"];
132} 132}
133 133
134# indefinite
135#roundtrip "
134 136
135 137
138

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines