Skip to content

Commit

Permalink
Add missing comma to 18-class-OK.asn1 test file
Browse files Browse the repository at this point in the history
  • Loading branch information
v0-e committed Jan 23, 2024
1 parent 9f78ca6 commit fe57474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/tests-asn1c-compiler/18-class-OK.asn1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BEGIN

operator-plus FUNCTION ::= {
&ArgType Pair,
&SupportedArguments { PosPair | NegPair }
&SupportedArguments { PosPair | NegPair },
&ResultType INTEGER,
&result-if-error 0,
&code 1
Expand Down
2 changes: 1 addition & 1 deletion tests/tests-asn1c-compiler/18-class-OK.asn1.+-E_-F
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FUNCTION ::= CLASS {

operator-plus FUNCTION ::= {
&ArgType Pair,
&SupportedArguments { PosPair | NegPair }
&SupportedArguments { PosPair | NegPair },
&ResultType INTEGER,
&result-if-error 0,
&code 1
Expand Down

0 comments on commit fe57474

Please sign in to comment.