bug_issue_3257.js 735 B

1234567891011
  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. // Test that ch handles relative paths for module imports correctly
  6. // See orriginal issue https://github.com/Microsoft/ChakraCore/issues/3257
  7. // and repeat (following reversion) https://github.com/Microsoft/ChakraCore/issues/5237
  8. WScript.LoadScriptFile("bug_issue_3257/mod/mod0.js", "module");
  9. WScript.LoadScriptFile("bug_issue_3257/script/script0.js");