Searched refs:verifyFileSymlink (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tscWatch/ |
D | forceConsistentCasingInFileNames.ts | 165 …function verifyFileSymlink(subScenario: string, diskPath: string, targetPath: string, importedPath… function 209 …verifyFileSymlink("when both file symlink target and import match disk", `${projectRoot}/XY.ts`, `… 210 …verifyFileSymlink("when file symlink target matches disk but import does not", `${projectRoot}/XY.… 211 …verifyFileSymlink("when import matches disk but file symlink target does not", `${projectRoot}/XY.… 212 …verifyFileSymlink("when import and file symlink target agree but do not match disk", `${projectRoo… 213 …verifyFileSymlink("when import, file symlink target, and disk are all different", `${projectRoot}/…
|