We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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))}}")
The text was updated successfully, but these errors were encountered:
Thanks for the report!
I'll try to repro.
Is there anything special in this input? It wouldn't seem so at first glance
Sorry, something went wrong.
I dont think there is anything special. The code is more or less taken from the Babashka book on tasks.
It's the ' characters.
'
Let's see what we can do about them.
I don't see them in https://github.com/edn-format/edn though!
No branches or pull requests
I have the following EDN string from a Babashka task that fail to parse in parseedn:
Running the following in Clojure works fine
The text was updated successfully, but these errors were encountered: