TEST s -- writes the string s to a new test file. The commands in that file can be run later as a test.
Intended for internal use only.
Code:
-- code for TEST: -- ../m2/document.m2:867-870 TEST = (e) -> if phase === 2 then ( cacheFileName concatenate(currentFileDirectory,TestsPrefix) | ".m2" << e << endl << close; null )