-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I have the following EDN string from a Babashka task that fail to parse in parseedn:
(parseedn-read-str "{ remake {:doc \"Text\"
:task (do (run 'pm-build)
(run 'db-stop)
(run 'db-rm)
(run 'db-create))}}")
Running the following in Clojure works fine
(edn/read-string "{
remake {:doc \"Text\"
:task (do (run 'pm-build)
(run 'db-stop)
(run 'db-rm)
(run 'db-create))}}")
Metadata
Metadata
Assignees
Labels
No labels