Searched refs:fromTestFile (Results 1 – 3 of 3) sorted by relevance
23 public static fromTestFile(file: Harness.Compiler.TestFile) { method in documents.TextDocument
438 const docs = inputFiles.concat(otherFiles).map(documents.TextDocument.fromTestFile);
1863 const fromTestFile = this.getFileContent(name); constant1864 if (fromTestFile !== text) {1865 …this.raiseError(`Emit output for ${name} is not as expected: ${showTextDiff(fromTestFile, text)}`);