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
I read through the spec for number selection and there's a note saying that only integer exact matching is required for the tech preview. I'm not sure how to make this work in general, since the spec refers to "the JSON string representation of the numeric value of resolvedSelector" and numbers don't have unique JSON representations. I see that #675 has the goal of discussing this.
But for now, shouldn't these tests be omitted, since, as the spec says, "The exact behavior of exact literal match is only defined for non-zero-filled integer values"?
The text was updated successfully, but these errors were encountered:
The following tests:
https://github.com/unicode-org/message-format-wg/blob/main/test/test-functions.json#L93
and
https://github.com/unicode-org/message-format-wg/blob/main/test/test-functions.json#L98
I read through the spec for number selection and there's a note saying that only integer exact matching is required for the tech preview. I'm not sure how to make this work in general, since the spec refers to "the JSON string representation of the numeric value of resolvedSelector" and numbers don't have unique JSON representations. I see that #675 has the goal of discussing this.
But for now, shouldn't these tests be omitted, since, as the spec says, "The exact behavior of exact literal match is only defined for non-zero-filled integer values"?
The text was updated successfully, but these errors were encountered: