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