diff options
| author | Hajime-san <41257923+Hajime-san@users.noreply.github.com> | 2024-05-28 22:34:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-28 13:34:57 +0000 |
| commit | 9aa593cd5d4024890e36af7842f1eb4b4c3bd544 (patch) | |
| tree | 9852e27158ed856700f28095b1f763752001bc0e /cli/args/deno_json.rs | |
| parent | dc5c799c398ef1c396ff765726b93b65a4f2996b (diff) | |
fix(cli/test): decoding percent-encoding(non-ASCII) file path correctly (#23200)
# Summary
This PR resolves about the issue.
fixes #10810
And the formerly context is in the PR.
#22582
Here is an expected behaviour example with this change.
- 🦕.test.ts
```ts
import { assertEquals } from "https://deno.land/std@0.215.0/assert/mod.ts";
Deno.test("example test", () => {
assertEquals("🍋", "🦕");
});
```
Diffstat (limited to 'cli/args/deno_json.rs')
0 files changed, 0 insertions, 0 deletions
