That webpage is slowly rising to the top of my “recently used” pages in Firefox, but I cannot immediately see which section answers my question. Can you specify more precisely?
Btw, I’m trying to do this from OUnit, not cram tests. To describe a bit more, I’m writing a parser for a file format; test parsing (or even lexing) each test file results in a data structure, and my test compares the data structure to the known expected one.
If you have a better idea how to test this kind of program, I’m open …
–
Ian