mirror of
https://github.com/servo/servo.git
synced 2025-07-10 08:53:41 +01:00
4 lines
123 B
JavaScript
4 lines
123 B
JavaScript
test(() => {
|
|
const a = new URL("https://example.com/")
|
|
assert_equals(JSON.stringify(a), "\"https://example.com/\"")
|
|
})
|