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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qwebaby3
asn1c
Commits
2e36bd81
Commit
2e36bd81
authored
Jun 28, 2004
by
Lev Walkin
Browse files
Options
Downloads
Patches
Plain Diff
allow for numbers and other characters
parent
75809e82
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
asn1c/check-parsing.sh
+1
-1
1 addition, 1 deletion
asn1c/check-parsing.sh
with
1 addition
and
1 deletion
asn1c/check-parsing.sh
+
1
−
1
View file @
2e36bd81
...
@@ -5,7 +5,7 @@ tmpfile=".check-parsing.$$.tmp"
...
@@ -5,7 +5,7 @@ tmpfile=".check-parsing.$$.tmp"
ec
=
0
ec
=
0
for
ref
in
../tests/
*
.asn1.-
*
;
do
for
ref
in
../tests/
*
.asn1.-
*
;
do
src
=
`
echo
"
$ref
"
|
sed
-e
's/\.-[a-zA-Z]*$//'
`
src
=
`
echo
"
$ref
"
|
sed
-e
's/\.-[
-
a-zA-Z
0-9=
]*$//'
`
flags
=
`
echo
"
$ref
"
|
sed
-e
's/.*\.-//'
`
flags
=
`
echo
"
$ref
"
|
sed
-e
's/.*\.-//'
`
echo
"Checking
$src
against
$ref
"
echo
"Checking
$src
against
$ref
"
./asn1c
"-
$flags
"
"
$src
"
>
"
$tmpfile
"
||
ec
=
$?
./asn1c
"-
$flags
"
"
$src
"
>
"
$tmpfile
"
||
ec
=
$?
...
...
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