1'use strict'; 2 3// Trivial test to assert we can load files with `%` in their pathname. 4// Imported by `test-esm-double-encoding.mjs`. 5 6export default 42; 7