mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
LibJS: Don't infinite loop on unknown console.log formatting specifiers
This commit is contained in:
committed by
Andreas Kling
parent
84351dfa51
commit
ef9208047d
Notes:
github-actions[bot]
2024-09-26 08:15:20 +00:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ladybird/commit/ef9208047dc Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1537
@@ -0,0 +1,7 @@
|
||||
<script src="../include.js"></script>
|
||||
<script>
|
||||
test(() => {
|
||||
console.log("%z%z", 1, 2);
|
||||
println("PASS (didn't hang)");
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user