Commit 623986ac authored by Lev Walkin's avatar Lev Walkin

fix tag overlap in CHOICE test

parent 20696a4f
...@@ -17,4 +17,4 @@ CHOICE { one BOOLEAN, ..., two [2] BOOLEAN, three [3] BOOLEAN } ...@@ -17,4 +17,4 @@ CHOICE { one BOOLEAN, ..., two [2] BOOLEAN, three [3] BOOLEAN }
CHOICE { one BOOLEAN, two BIT STRING (SIZE(1..3)) } CHOICE { one BOOLEAN, two BIT STRING (SIZE(1..3)) }
CHOICE { null NULL, ..., one BOOLEAN, two BIT STRING (SIZE(1..3)) } CHOICE { null NULL, ..., one BOOLEAN, two BIT STRING (SIZE(1..3)) }
CHOICE { one NULL, two BOOLEAN, three BIT STRING (SIZE(1..3)) } CHOICE { one NULL, two BOOLEAN, three BIT STRING (SIZE(1..3)) }
CHOICE { null NULL, ..., one NULL, two BOOLEAN, three BIT STRING (SIZE(1..3)) } CHOICE { null NULL, ..., one [1] NULL, two BOOLEAN, three BIT STRING (SIZE(1..3)) }
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