mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Tests/LibWeb: Prove we do not fail serialization of empty strings
This commit is contained in:
committed by
Andrew Kaster
parent
79978063b9
commit
77b1469900
Notes:
sideshowbarker
2024-07-17 06:29:49 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/77b1469900 Pull-request: https://github.com/SerenityOS/serenity/pull/23438 Reviewed-by: https://github.com/ADKaster ✅
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user