mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:37:45 +00:00
Tests/LibWeb: Prove we do not fail serialization of empty strings
This commit is contained in:
parent
79978063b9
commit
77b1469900
4 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
println(structuredClone(new Number(123)));
|
||||
println(structuredClone(new Number(123.456)));
|
||||
println(structuredClone(new String("This is a String object")));
|
||||
println(structuredClone(new String("")));
|
||||
println(structuredClone(BigInt("0x1fffffffffffff")));
|
||||
println(structuredClone(Date.UTC(2023, 7, 23)));
|
||||
println(structuredClone(/abc/gimsuy));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue