blob: 65165f96c572d9b01fe6a5e27339882c387260dd [file] [log] [blame]
test(() => {
const a = new URL("https://example.com/")
assert_equals(JSON.stringify(a), "\"https://example.com/\"")
})