diff options
author | Kenneth Lundin <[email protected]> | 2012-03-23 12:21:03 +0100 |
---|---|---|
committer | Kenneth Lundin <[email protected]> | 2012-03-27 09:13:26 +0200 |
commit | a24997ac5526cb7cbb5f3248aaa4abd403bf406a (patch) | |
tree | ffdd3c5ce82996ae8d807cd308c6fe57e38b9cf2 /lib/asn1/test/asn1_SUITE_data/Constraints.py | |
parent | 1bc4f4c35876a8dcccad66129e68f602751f6e36 (diff) | |
download | otp-a24997ac5526cb7cbb5f3248aaa4abd403bf406a.tar.gz otp-a24997ac5526cb7cbb5f3248aaa4abd403bf406a.tar.bz2 otp-a24997ac5526cb7cbb5f3248aaa4abd403bf406a.zip |
Correct handling of INTEGER (1..4 | 8 | 10 | 20)
Diffstat (limited to 'lib/asn1/test/asn1_SUITE_data/Constraints.py')
-rw-r--r-- | lib/asn1/test/asn1_SUITE_data/Constraints.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/asn1/test/asn1_SUITE_data/Constraints.py b/lib/asn1/test/asn1_SUITE_data/Constraints.py index b18c29bd89..de48c4c2ca 100644 --- a/lib/asn1/test/asn1_SUITE_data/Constraints.py +++ b/lib/asn1/test/asn1_SUITE_data/Constraints.py @@ -51,6 +51,7 @@ Thing ::= INTEGER {fred (0),fred2 (1),fred3 (2)} AnotherThing ::= Thing (fred | fred2) I ::= INTEGER (0|15..269) -- OTP-5457 +X1 ::= INTEGER (1..4 | 8 | 10 | 20) -- OTP-9946 -- OTP-5511 |