Sign in
mojo
/
mojo-tools
/
b1556b343dd0a8c4975af25a013d305b288e508a
/
.
/
sky
/
tests
/
modules
/
basic.sky
blob: 6ce4a3a76df8a644f8e3ec16fe46b3fc31c88950 [
file
] [
log
] [
blame
]
<html>
<import
src
=
"../resources/dump-as-text.sky"
/>
<import
src
=
"resources/pass.sky"
as
=
"hello"
/>
<div
id
=
"result"
>
FAIL
</div>
<script>
document
.
getElementById
(
"result"
).
textContent
=
hello
;
</script>
</html>