test_bug_2645.js 552 B

12345678910
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. // Validation for the github issue 2645
  6. WScript.LoadModule(`import * as mod1 from 'module_1_2645.js';
  7. var ret = mod1.simpleExport();
  8. print(ret === "exported" ? "PASS" : "FAILED");
  9. `);