TypeScript/tests/cases/fourslash/quickInfoImportNonunicodePath.ts
Song 294a0406e3
not escape unicode char for import path string. (#39463)
* not escape unicode char for import path string.

* fix test.
2020-07-22 11:28:29 -04:00

10 lines
251 B
TypeScript

/// <reference path="fourslash.ts" />
// @Filename: /江南今何在/tmp.ts
//// export const foo = 1;
// @Filename: /test.ts
//// import { foo } from "./江南/*1*/今何在/tmp";
verify.quickInfoAt("1", 'module "/江南今何在/tmp"');