xref: /third_party/node/test/es-module/test-esm-encoded-path.mjs (revision 1cb0ef41)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/es-module/
11cb0ef41Sopenharmony_ciimport '../common/index.mjs';
21cb0ef41Sopenharmony_ciimport assert from 'assert';
31cb0ef41Sopenharmony_ci// ./test-esm-ok.mjs
41cb0ef41Sopenharmony_ciimport ok from '../fixtures/es-modules/test-%65%73%6d-ok.mjs';
51cb0ef41Sopenharmony_ci// ./test-esm-comma,.mjs
61cb0ef41Sopenharmony_ciimport comma from '../fixtures/es-modules/test-esm-comma%2c.mjs';
71cb0ef41Sopenharmony_ci
81cb0ef41Sopenharmony_ciassert(ok);
91cb0ef41Sopenharmony_ciassert(comma);
10

Indexes created Thu Nov 07 10:32:03 CST 2024