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

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

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