ARudik / phc

Automatically exported from code.google.com/p/phc
0 stars 0 forks source link

Wider testing #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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