You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
During the API redesign we have discovered that removing the surrogate pairs handling still gives a passing test suite, so I'm removing the tests and implementation until more details are known about the intended behavior.
The text was updated successfully, but these errors were encountered:
Previous implementation of Gavel contained a dedicated unit test for ensuring URIs with surrogate pairs in them are validated correctly by TextDiff:
gavel.js/test/unit/validators/text-diff-test.js
Lines 54 to 70 in 96f4092
Implementation:
gavel.js/lib/validators/text-diff.js
Lines 27 to 31 in 96f4092
Originally introduced in dac0eff.
During the API redesign we have discovered that removing the surrogate pairs handling still gives a passing test suite, so I'm removing the tests and implementation until more details are known about the intended behavior.
The text was updated successfully, but these errors were encountered: