xref: /third_party/node/test/fixtures/wpt/url/url-tojson.any.js (revision 1cb0ef41)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/wpt/url/
1test(() => {
2  const a = new URL("https://example.com/")
3  assert_equals(JSON.stringify(a), "\"https://example.com/\"")
4})
5

Indexes created Thu Nov 07 10:32:03 CST 2024