[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / glafp-utils / msub / testfile
1 foo = ${foo}
2 bar = ${bar}
3 ugh = ${ugh}
4 ${space}y
5 ${a}
6
7 The stuff in parens should be "abc": (${xyz})
8
9 This should be a single dollar-sign: ${dollar}
10 This should be a double dollar-sign: ${dollar}${dollar}
11 So should this: ${doubledollar}
12
13 This should say "y1": ${Y2}