json-schema-org / JSON-Schema-Test-Suite

A language agnostic test suite for the JSON Schema specifications
MIT License
615 stars 205 forks source link

test single label IDN hostnames #687

Closed swaeberle closed 1 year ago

swaeberle commented 1 year ago

Also check if IDN hostnames comply to single label rules from RFC1123.

I am little bit uncertain, if the checks should be enriched with IDN literals.

Fixes: #686

Julian commented 1 year ago

Thanks! This looks good to me, I think it's fine even without any IDN-specific extra tests, that behavior is decently covered by the other tests. Merging!