Index: head/tools/regression/bin/sh/parser/no-space1.0 =================================================================== --- head/tools/regression/bin/sh/parser/no-space1.0 (nonexistent) +++ head/tools/regression/bin/sh/parser/no-space1.0 (revision 218891) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +# These are ugly but are required to work. + +set -e + +while(false)do(:)done +if(false)then(:)fi +if(false)then(:)else(:)fi +(:&&:)||: +until(:)do(:)done +case x in(x);;*)exit 1;(:)esac +case x in(x);;*)exit 1;;esac +for i do(:)done +{(:)} +f(){(:)} +:|: +(:)|(:) Property changes on: head/tools/regression/bin/sh/parser/no-space1.0 ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/tools/regression/bin/sh/parser/no-space2.0 =================================================================== --- head/tools/regression/bin/sh/parser/no-space2.0 (nonexistent) +++ head/tools/regression/bin/sh/parser/no-space2.0 (revision 218891) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +# This conflicts with ksh extended patterns but occurs in the wild. + +set -e + +!(false) Property changes on: head/tools/regression/bin/sh/parser/no-space2.0 ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property