mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-04 16:11:54 +00:00
7 lines
156 B
HTML
7 lines
156 B
HTML
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
console.log("%z%z", 1, 2);
|
|
println("PASS (didn't hang)");
|
|
});
|
|
</script>
|