setup/iana-etc-2.20/test-services.gawk
2011-04-26 13:22:53 +02:00

13 lines
488 B
Awk
Executable File

#!/usr/bin/gawk --re-interval -f test-lib.gawk -f
# the above doesn't work (stupid kernel) but serves as documentation
# Copyright (c) 2006 Seth W. Klein <sk@sethwklein.net>
# Licensed under the Open Software License version 3.0
# See the file COPYING in the distribution tarball or
# http://www.opensource.org/licenses/osl-3.0.txt
length > 1024-1 { bad() }
normalize() ~ /^[a-zA-Z0-9][a-zA-Z0-9_+*/.-]* [0-9]+\/[a-z]+( [a-zA-Z0-9][a-zA-Z0-9_+*/.-]*){0,35}$/ \
{ good() }
{ bad() }