mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 13:22:55 -05:00
53936eda11
Closes https://github.com/denoland/deno/issues/26407 Closes https://github.com/denoland/deno/issues/26763 Closes https://github.com/denoland/deno/issues/26560 Closes https://github.com/denoland/deno/issues/26744 Closes https://github.com/denoland/deno/issues/27030
9 lines
144 B
HTML
9 lines
144 B
HTML
<html>
|
|
<body>
|
|
<script>
|
|
/* some multi-line comment
|
|
with function below it */
|
|
someFunc();
|
|
</script>
|
|
</body>
|
|
</html>
|