3 # new PMNS specification parser, thanks to white space from GNU cpp
5 # Copyright (c) 1995-2002 Silicon Graphics, Inc. All Rights Reserved.
9 echo "QA output created by $seq"
11 # get standard filters
16 trap "rm -f $tmp $tmp.*; exit" 0 1 2 3 15
18 # real QA test starts here
20 cat <<End-of-File >$tmp
29 two 1 :3:4 /* 1st colon space after */
30 three 1: 3:5 /* 1st colon space before */
31 four 1 : 3:6 /* 1st colon space after and before */
35 two 1:4 :4 /* 2nd colon space after */
36 three 1:4: 5 /* 2nd colon space before */
37 four 1:4 : 6 /* 2nd colon space after and before */
41 two 1 :5 :4 /* both colon space after */
42 three 1: 5: 5 /* both colon space before */
43 four 1 : 5 : 6 /* both colon space after and before */