summaryrefslogtreecommitdiff
path: root/test/es-module/test-esm-double-encoding.mjs
blob: 2edfc8add5d2dbf4be2274a66e75b8f260c317a0 (plain)
1
2
3
4
5
6
// Flags: --experimental-modules
import '../common/index.mjs';

// Assert we can import files with `%` in their pathname.

import '../fixtures/es-modules/test-esm-double-encoding-native%2520.mjs';