Commit fe574743 authored by v0-e's avatar v0-e

Add missing comma to 18-class-OK.asn1 test file

parent 9f78ca65
...@@ -25,7 +25,7 @@ BEGIN ...@@ -25,7 +25,7 @@ BEGIN
operator-plus FUNCTION ::= { operator-plus FUNCTION ::= {
&ArgType Pair, &ArgType Pair,
&SupportedArguments { PosPair | NegPair } &SupportedArguments { PosPair | NegPair },
&ResultType INTEGER, &ResultType INTEGER,
&result-if-error 0, &result-if-error 0,
&code 1 &code 1
......
...@@ -17,7 +17,7 @@ FUNCTION ::= CLASS { ...@@ -17,7 +17,7 @@ FUNCTION ::= CLASS {
operator-plus FUNCTION ::= { operator-plus FUNCTION ::= {
&ArgType Pair, &ArgType Pair,
&SupportedArguments { PosPair | NegPair } &SupportedArguments { PosPair | NegPair },
&ResultType INTEGER, &ResultType INTEGER,
&result-if-error 0, &result-if-error 0,
&code 1 &code 1
......
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