headers-basic.any.txt 1.0 KB

12345678910111213141516171819202122232425262728
  1. Harness status: OK
  2. Found 23 tests
  3. 23 Pass
  4. Pass Create headers from no parameter
  5. Pass Create headers from undefined parameter
  6. Pass Create headers from empty object
  7. Pass Create headers with null should throw
  8. Pass Create headers with 1 should throw
  9. Pass Create headers with sequence
  10. Pass Create headers with record
  11. Pass Create headers with existing headers
  12. Pass Create headers with existing headers with custom iterator
  13. Pass Check append method
  14. Pass Check set method
  15. Pass Check has method
  16. Pass Check delete method
  17. Pass Check get method
  18. Pass Check keys method
  19. Pass Check values method
  20. Pass Check entries method
  21. Pass Check Symbol.iterator method
  22. Pass Check forEach method
  23. Pass Iteration skips elements removed while iterating
  24. Pass Removing elements already iterated over causes an element to be skipped during iteration
  25. Pass Appending a value pair during iteration causes it to be reached during iteration
  26. Pass Prepending a value pair before the current element position causes it to be skipped during iteration and adds the current element a second time