Files
Kmake/test/fixtures/wpt/url/url-tojson.any.js
2026-05-26 23:36:42 -07:00

5 lines
123 B
JavaScript

test(() => {
const a = new URL("https://example.com/")
assert_equals(JSON.stringify(a), "\"https://example.com/\"")
})