-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
From a bencode input "li1ei2el3:stree", I get [1 2 [#object["[B" 0x5351baec "[B@5351baec"]]]
Note: the input was created using write-bencode and seems correct with respect to the spec
Reproducing code:
(ns b
(:require [bencode.core :as b]))
(defn bread
[content]
(-> (.getBytes content "UTF-8")
java.io.ByteArrayInputStream.
java.io.PushbackInputStream.
b/read-bencode))
(bread "li1ei2el3:stree")I am using version from babashka 0.6.4, so I guess this is the latest.
Metadata
Metadata
Assignees
Labels
No labels