File: testfile

package info (click to toggle)
troffcvt 1.04%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,416 kB
  • sloc: ansic: 13,110; makefile: 6,847; perl: 1,583; cpp: 333; sh: 215
file content (13 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
foo = ${foo}
bar = ${bar}
ugh = ${ugh}
${space}y
${a}

The stuff in parens should be "abc": (${xyz})

This should be a single dollar-sign: ${dollar}
This should be a double dollar-sign: ${dollar}${dollar}
So should this: ${doubledollar}

This should say "y1": ${Y2}