aboutsummaryrefslogtreecommitdiffstats
path: root/tests/134-per-long-OK.asn1
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2014-02-10 09:24:39 -0800
committerLev Walkin <vlm@lionet.info>2014-02-10 09:24:39 -0800
commit58b74eb5708d9d2f4a97ec3e2c48a9f4d5867144 (patch)
tree1110eb3eb713dad6448e460f6ac176ff9fc06790 /tests/134-per-long-OK.asn1
parent6c52784de169a792156a4d1da1312097ff93d551 (diff)
add signed integer tests for test 134
Diffstat (limited to 'tests/134-per-long-OK.asn1')
-rw-r--r--tests/134-per-long-OK.asn14
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/134-per-long-OK.asn1 b/tests/134-per-long-OK.asn1
index 02e6e66f..b4334ddb 100644
--- a/tests/134-per-long-OK.asn1
+++ b/tests/134-per-long-OK.asn1
@@ -15,7 +15,9 @@ BEGIN
-- Supported only on 64-bit platforms.
T ::= SEQUENCE {
unsigned33 INTEGER (0..5000000000), -- range 33 bits
- unsigned42 INTEGER (0..3153600000000) -- range 42 bits
+ unsigned42 INTEGER (0..3153600000000), -- range 42 bits
+ signed33 INTEGER (-4000000000..4000000000), -- 33 bits
+ signed33ext INTEGER (-4000000000..4000000000,...)
}
END