- handleTest
Results handleTest(string directory, T cursor, int depth)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleTestcases
Results handleTestcases(string directory, T cursor, int depth)
Undocumented in source. Be warned that the author may not have intended to support it.
- main
void main()
Most tests are currently not working for the following reasons:
- We don't have any validation, so we accept all files that seem well formed;
- parseFile
bool parseFile(string filename, bool lint)
Undocumented in source. Be warned that the author may not have intended to support it.
- printResults
void printResults(Results results, int depth)
Undocumented in source. Be warned that the author may not have intended to support it.
- uselessCallback
void uselessCallback(CursorError err)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeIndent
void writeIndent(int depth)
Undocumented in source. Be warned that the author may not have intended to support it.