mirror of
https://github.com/tc39/test262.git
synced 2025-07-25 15:04:43 +02:00
Add "☿" export to export-expname_FIXTURE.js. Fixes gh-2866
This commit is contained in:
parent
f2a8384d4d
commit
3439564fca
@ -1,6 +1,6 @@
|
|||||||
// Copyright (C) 2020 Bradley Farias. All rights reserved.
|
// Copyright (C) 2020 Bradley Farias. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
export { Mercury };
|
export { Mercury, Mercury as "☿" };
|
||||||
function Mercury() {}
|
function Mercury() {}
|
||||||
globalThis.Mercury = Mercury;
|
globalThis.Mercury = Mercury;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user