Skip to content
Snippets Groups Projects
Commit 2e36bd81 authored by Lev Walkin's avatar Lev Walkin
Browse files

allow for numbers and other characters

parent 75809e82
Branches
Tags
No related merge requests found
...@@ -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-Z0-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=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment