Home
last modified time | relevance | path

Searched refs:verifyWindowsStyleRoot (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tscWatch/
DforceConsistentCasingInFileNames.ts123 …function verifyWindowsStyleRoot(subScenario: string, windowsStyleRoot: string, projectRootRelative… function
162 verifyWindowsStyleRoot("when Windows-style drive root is lowercase", "c:/", "project");
163 verifyWindowsStyleRoot("when Windows-style drive root is uppercase", "C:/", "project");