Commit f2e12c39 authored by Lev Walkin's avatar Lev Walkin

check randomized enumerated round-trip

parent 360b2059
-- Test encoding/decoding/transcoding of everything concerning the ENUMERATED.
T ::= ENUMERATED { foo }
T ::= ENUMERATED { foo, ... }
T ::= ENUMERATED { foo(0), bar(65535) }
T ::= ENUMERATED { foo(0), bar(65535), ... }
T ::= ENUMERATED { foo(0), bar(2147483647) }
T ::= ENUMERATED { foo(0), bar(2147483647), ... }
T ::= ENUMERATED { foo(0), ..., bar(2147483647) }
T ::= ENUMERATED { foo(-2147483648), bar(0), baz(2147483647) }
T ::= ENUMERATED { foo(-2147483648), ..., baz(2147483647) }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment