Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asn1c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qwebaby3
asn1c
Commits
cb3aabee
Commit
cb3aabee
authored
20 years ago
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
added extensibility
parent
04c2317e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/62-any-OK.asn1
+3
-2
3 additions, 2 deletions
tests/62-any-OK.asn1
tests/62-any-OK.asn1.-EF
+3
-2
3 additions, 2 deletions
tests/62-any-OK.asn1.-EF
with
6 additions
and
4 deletions
tests/62-any-OK.asn1
+
3
−
2
View file @
cb3aabee
...
...
@@ -12,8 +12,9 @@ ModuleTestANYSyntax
BEGIN
T ::= SEQUENCE {
i INTEGER,
any [1] ANY -- Converted into [1] EXPLICIT ANY
i INTEGER OPTIONAL,
any [1] ANY, -- Converted into [1] EXPLICIT ANY
...
}
END
This diff is collapsed.
Click to expand it.
tests/62-any-OK.asn1.-EF
+
3
−
2
View file @
cb3aabee
...
...
@@ -6,8 +6,9 @@ DEFINITIONS IMPLICIT TAGS ::=
BEGIN
T ::= SEQUENCE {
i INTEGER,
any [1] EXPLICIT ANY
i INTEGER OPTIONAL,
any [1] EXPLICIT ANY,
...
}
END
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment