mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
Tests/LibWeb: Prove we do not fail serialization of empty strings
This commit is contained in:
parent
79978063b9
commit
77b1469900
Notes:
sideshowbarker
2024-07-17 06:29:49 +09:00
Author: https://github.com/kennethmyhra
Commit: 77b1469900
Pull-request: https://github.com/SerenityOS/serenity/pull/23438
Reviewed-by: https://github.com/ADKaster ✅
4 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
println(structuredClone(123));
|
||||
println(structuredClone(123.456));
|
||||
println(structuredClone(BigInt("0x1fffffffffffff")))
|
||||
println(structuredClone(""));
|
||||
println(structuredClone("This is a string"));
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue