Unescaped final Soft characters in LinkFormattingTest.txt #527#1417
Conversation
I think we should treat published files as immutable, as we normally do. |
Of course. The question is whether we should make a 17.1 file available, or document the problem so that people don't stumble over it until they implement 18. |
#527' of https://github.com/unicode-org/unicodetools into Unescaped-final-Soft-characters-in-LinkFormattingTest.txt-#527
markusicu
left a comment
There was a problem hiding this comment.
output lgtm now.
looks like spotless is unhappy, and maybe some other CI check :-/
|
I think this should do it; I am also escaping any final Soft characters in the full-escaped string. |
|
BTW, if we want to be more explicit, we could make the following change in the header of the test file. OLD
NEW
|
good idea |
There was a bad parameter passed in when processing the wiki URLs for use in the test data file. This exposed a bug in how that parameter was used. This corrects that, and gives the parameters more appropriate names (using an enum instead of a naked boolean).
Fixes https://github.com/unicode-org/properties/issues/527
NOTE: I could also regenerate the v17 file if needed. It has ~10 fixes also.