normalize.baseline 1.1 KB

12345678910111213141516171819202122232425
  1. RangeError: Normalization form 'asd' is invalid. Expected one of: ['NFC', 'NFD', 'NFKC', 'NFKD'].
  2. TypeError: String.prototype.normalize: 'this' is null or undefined
  3. TypeError: String.prototype.normalize: 'this' is null or undefined
  4. TypeError: String.prototype.normalize: 'this' is null or undefined
  5. TypeError: Function is not a constructor
  6. Passed! Empty string noramlized to empty string.
  7. Passed! NFD normalization test.
  8. Passed! NFD normalization test.
  9. Passed! NFD normalization test.
  10. Passed! NFD normalization test.
  11. Passed! NFC normalization test.
  12. Passed! NFC normalization test.
  13. Passed! NFC normalization test.
  14. Passed! NFC normalization test.
  15. Passed! NFKD normalization test.
  16. Passed! NFKD normalization test.
  17. Passed! NFKD normalization test.
  18. Passed! NFKD normalization test.
  19. Passed! NFKC normalization test.
  20. Passed! NFKC normalization test.
  21. Passed! NFKC normalization test.
  22. Passed! NFKC normalization test.
  23. RangeError: Failed to normalize: invalid or missing unicode character at index 1.
  24. RangeError: Failed to normalize: invalid or missing unicode character at index 2.
  25. Passed! Calling on a number object instead of string object.