mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
test(() => {
|
|
const a = new URL("https://example.com/")
|
|
assert_equals(JSON.stringify(a), "\"https://example.com/\"")
|
|
})
|