setters_tests.json 454 B

123456789101112131415161718192021
  1. {
  2. "protocol": [
  3. {
  4. "comment": "The empty scheme is not a valid scheme.",
  5. "href": "http://example.net",
  6. "new_value": "",
  7. "expected": {
  8. "href": "http://example.net/",
  9. "protocol": "http:"
  10. }
  11. }
  12. ],
  13. "username": [],
  14. "password": [],
  15. "host": [],
  16. "hostname": [],
  17. "port": [],
  18. "pathname": [],
  19. "search": [],
  20. "hash": []
  21. }