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
jsonld.js had a bug not being strict enough when parsing IRIs. For input like 123:abc it would think 123 was a URI scheme. digitalbazaar/jsonld.js#523
This may not be a common implementation problem. Perhaps a one-line test case update can be added just in case. Which of the many toRdf 3986 test files would be best for this? A one-liner to ensure 123:abc is considered relative vs absolute would catch the issue.
The text was updated successfully, but these errors were encountered:
jsonld.js had a bug not being strict enough when parsing IRIs. For input like
123:abc
it would think123
was a URI scheme.digitalbazaar/jsonld.js#523
This may not be a common implementation problem. Perhaps a one-line test case update can be added just in case. Which of the many toRdf 3986 test files would be best for this? A one-liner to ensure
123:abc
is considered relative vs absolute would catch the issue.The text was updated successfully, but these errors were encountered: