-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Using jsedn 0.4.1, I get an error thrown when a keyword contains the ">" character. This is a valid EDN keyword as per the EDN spec.
Symbols begin with a non-numeric character and can contain alphanumeric characters and . * + ! - _ ? $ % & = < >.
Example failing case.
const edn = require("jsedn");
edn.parse("{:a->b 1}")
Uncaught 'provided an invalid symbol :a->b'
Metadata
Metadata
Assignees
Labels
No labels