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
To generate valid EDN, we need to validate what characters are allowed in keywords and symbols when generating EDN.
They also must contain not more than one slash, which is not allowed to be the first or last char.
And in the case of tags, they even must contain a slash if it's a custom tag provided by the user.
If invalid chars are given, throw an error.
The text was updated successfully, but these errors were encountered:
To generate valid EDN, we need to validate what characters are allowed in keywords and symbols when generating EDN.
They also must contain not more than one slash, which is not allowed to be the first or last char.
And in the case of tags, they even must contain a slash if it's a custom tag provided by the user.
If invalid chars are given, throw an error.
The text was updated successfully, but these errors were encountered: