clojure-emacs / clojure-emacs/parseedn

Parse error for valid EDN

Open
#18 5 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.