Sign in
mojo
/
mojo-tools
/
d690517812ba7aed3177da3d66bee886e42581de
/
.
/
sky
/
tests
/
modules
/
imports-can-import.sky
blob: 46fb39d9ee589af90f5f7d2f3e89f1cefba1b1a7 [
file
] [
log
] [
blame
]
<html>
<import
src
=
"resources/intermediate.sky"
as
=
"chocolate"
/>
<div
id
=
"result"
>
FAIL
</div>
<script>
document
.
getElementById
(
"result"
).
textContent
=
JSON
.
stringify
(
chocolate
);
</script>
</html>