Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/main
/
.
/
test
/
es-module
/
test-esm-double-encoding.mjs
blob: e46249f128203ccbf5cff2946823366fc2175ac6 [
file
] [
log
] [
blame
] [
edit
]
import
'../common/index.mjs'
;
// Assert we can import files with `%` in their pathname.
import
'../fixtures/es-modules/test-esm-double-encoding-native%2520.mjs'
;