$ grep \\$\{ test/*-case.pvo test/012-case.pvo: say "Eight: ${i}" test/015-case.pvo: say "${i} bottles of beer on the wall, ${i} bottles of beer." test/015-case.pvo: else { bottles = "${j} bottles" } test/015-case.pvo: say "Take one down and pass it around, ${bottles} of beer on the wall." test/016-case.pvo: if {y > 400} { say "${i} TOO LARGE" } test/016-case.pvo: else { say "${i} ${y}" } test/024-case.pvo: say "Name: ${name}" test/024-case.pvo: say "Homepage: ${homepage}" test/025-case.pvo: say "${name} says: " test/025-case.pvo: say "${bark}! ${bark}! I am a dog." test/026-case.pvo: say "Hello ${name}!" test/026-case.pvo: say "Greetings ${name}!" test/027-case.pvo: say "Hello ${name}!" test/027-case.pvo: say "Greetings ${name}!" test/028-case.pvo: say "Hello ${name}!" test/029-case.pvo: say "Hello ${name}!" test/030-case.pvo: say "Hello ${name}!" test/030-case.pvo: say "Yo ${name}!" test/031-case.pvo: say "${name} says: " test/031-case.pvo: say "${bark}! ${bark}! I am a dog." test/032-case.pvo: "cat ${prog}" | test/035-case.pvo: if {/${test}/ "boing"} test/039-case.pvo: for (i line) in { @enumerate <${prog}> } test/039-case.pvo: out "${i}: ${line}" FAIL: ./pluvo.py test/032-case.pvo FAIL: ./pluvo.py test/039-case.pvo