Some ideas for tests:
Replace ints with strings (ie 5, with "5").
Replace direct function calls with indirect ones (f(), with ${"f"}())
Replace direct assignments with indirect ones ($x = 1; with $T = "x"; $$T = 1);
Original issue reported on code.google.com by paul.biggar on 22 Sep 2008 at 1:04
Original issue reported on code.google.com by
paul.biggar
on 22 Sep 2008 at 1:04