Skip to content

Parse error for valid EDN #18

@favetelinguis

Description

@favetelinguis

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions