forked from LeenkxTeam/Kmake
7 lines
154 B
JavaScript
7 lines
154 B
JavaScript
'use strict';
|
|
|
|
// Trivial test to assert we can load files with `%` in their pathname.
|
|
// Imported by `test-esm-double-encoding.mjs`.
|
|
|
|
export default 42;
|