Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
a7d32490
Commit
a7d32490
authored
Jan 30, 2024
by
v0-e
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove currently not supported class fields in test file 18-class-OK
parent
fe574743
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
tests/tests-asn1c-compiler/18-class-OK.asn1
tests/tests-asn1c-compiler/18-class-OK.asn1
+0
-4
tests/tests-asn1c-compiler/18-class-OK.asn1.+-E_-F
tests/tests-asn1c-compiler/18-class-OK.asn1.+-E_-F
+0
-4
No files found.
tests/tests-asn1c-compiler/18-class-OK.asn1
View file @
a7d32490
...
@@ -17,17 +17,13 @@ BEGIN
...
@@ -17,17 +17,13 @@ BEGIN
&code INTEGER (0..MAX) UNIQUE,
&code INTEGER (0..MAX) UNIQUE,
&Alphabet IA5String DEFAULT {AlphaNumeric},
&Alphabet IA5String DEFAULT {AlphaNumeric},
&ArgType ,
&ArgType ,
&SupportedArguments &ArgType OPTIONAL,
&ResultType DEFAULT NULL,
&ResultType DEFAULT NULL,
&result-if-error &ResultType DEFAULT NULL,
&associated-function FUNCTION OPTIONAL
&associated-function FUNCTION OPTIONAL
}
}
operator-plus FUNCTION ::= {
operator-plus FUNCTION ::= {
&ArgType Pair,
&ArgType Pair,
&SupportedArguments { PosPair | NegPair },
&ResultType INTEGER,
&ResultType INTEGER,
&result-if-error 0,
&code 1
&code 1
}
}
...
...
tests/tests-asn1c-compiler/18-class-OK.asn1.+-E_-F
View file @
a7d32490
...
@@ -9,17 +9,13 @@ FUNCTION ::= CLASS {
...
@@ -9,17 +9,13 @@ FUNCTION ::= CLASS {
&code INTEGER (0..MAX) UNIQUE,
&code INTEGER (0..MAX) UNIQUE,
&Alphabet IA5String DEFAULT {AlphaNumeric},
&Alphabet IA5String DEFAULT {AlphaNumeric},
&ArgType ,
&ArgType ,
&SupportedArguments &ArgType OPTIONAL,
&ResultType DEFAULT NULL,
&ResultType DEFAULT NULL,
&result-if-error &ResultType DEFAULT NULL,
&associated-function FUNCTION OPTIONAL
&associated-function FUNCTION OPTIONAL
}
}
operator-plus FUNCTION ::= {
operator-plus FUNCTION ::= {
&ArgType Pair,
&ArgType Pair,
&SupportedArguments { PosPair | NegPair },
&ResultType INTEGER,
&ResultType INTEGER,
&result-if-error 0,
&code 1
&code 1
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment