clojure-emacs / clojure-emacs/parseedn
Parse error for valid EDN
Open
- Dominant language
- Emacs Lisp
- Stars
- 62
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
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))}}")
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.