mirror of
https://github.com/swc-project/swc.git
synced 2024-12-28 08:04:43 +03:00
16 lines
386 B
HTML
16 lines
386 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<script>var test1 = "😋";</script>
|
|
<div>test</div>
|
|
<script>var test2 = "😋";</script>
|
|
<script>var test3 = "😋";</script>
|
|
<div>number</div>
|
|
<script>var test4 = 123_456_789;</script>
|
|
<div>emoji</div>
|
|
<script>var test5="\uD83D\uDE0B";</script><script>var test6="\uD83D\uDE0B"</script>
|
|
</body>
|
|
</html> |